Html Css Color HEX #8AC6BA Bermuda

📋 copy color: '#8AC6BA'

red 138 ◦ green 198 ◦ blue 186

#8AC6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #8AC6BA

Tints of Bermuda #8AC6BA

RGB

 RED value IS 138 (54.3% from 255) = 26.44%

 GREEN value IS 198 (77.73% from 255) = 37.93%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 26.44%
G = 37.93%
B = 35.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8AC6BA (or 0x8AC6BA) is known color: Bermuda. HEX triplet: 8A, C6 and BA. RGB value is (138,198,186). Sum of RGB (Red+Green+Blue) = 138+198+186=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC6BA is #753945. Grayscale: #B2B2B2. Windows color (decimal): -7682374 or 12240522. OLE color: 12240522.

HSL color Cylindrical-coordinate representation of color #8AC6BA: hue angle of 168º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC6BA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 186 -
CMYK 0.30 0 0.06 0.22
HSL 168º 0.34% 0.66% -
HSV(B) 168º 0.3% 0.78% -
XYZ 39.54 49.34 53.89 -
YUV 178.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 138 198 186 0.30 0 0.06 0.22 168 0.34 0.66
Hex 8A C6 BA 1E 0 6 16 A8 22 42
Octal 212 306 272 36 0 6 26 250 42 102
Binary 10001010 11000110 10111010 11110 0 110 10110 10101000 100010 1000010

Color Harmonies of #8AC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC6BA

Black with #8AC6BA

Text Example


Text Example

White with #8AC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AC6BA; }

 p { color: rgb(138,198,186); }

 H1.HeaderClassName
 {
   color: #8AC6BA;
 }
 .AnyTagClassName
 {
   color: #8AC6BA;
 }
</style>

background-color css

<style>
 a { background-color: #8AC6BA; }

 a { background-color: rgb(138,198,186); }

 div.DivClassName
 {
   background-color: #8AC6BA;
 }
 .BgClassName
 {
   background-color: #8AC6BA;
 }
</style>

border-color css

<style>
 span { border-color: #8AC6BA; }

 span { border-color: rgb(138,198,186); }

 td.TdClassName
 {
   border-color: #8AC6BA;
 }
 .TagClassName
 {
   border-color: #8AC6BA;
 }
</style>