#8CC9BA

Color #8CC9BA Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8CC9BA

Tints of Bermuda #8CC9BA

Color information

#8CC9BA (or 0x8CC9BA) is unknown color: approx Bermuda. HEX triplet: 8C, C9 and BA. RGB value is (140,201,186). Sum of RGB (Red+Green+Blue) = 140+201+186=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9BA is #733645. Grayscale: #B5B5B5. Windows color (decimal): -7550534 or 12241292. OLE color: 12241292.

HSL color Cylindrical-coordinate representation of color #8CC9BA: hue angle of 165.25º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC9BA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB140201186-
CMYK0.3000.070.21
HSL165.25º36.09%66.86%-
HSV(B)165.25º30.35%78.82%-
XYZ40.5650.8954.14-
YUV181.05130.7998.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=26.57%
G=38.14%
B=35.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011860.3000.070.21165.2536.0966.86
Hex8CC9BA1E0715a52443
Octal21431127236072524544103
Binary10001100110010011011101011110011110101101001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,186); }

 H1.HeaderClassName
 {
   color: #8CC9BA;
 }
 .AnyTagClassName
 {
   color: #8CC9BA;
 }
</style>
background-color css

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

 a { background-color: rgb(140,201,186); }

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

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

 span { border-color: rgb(140,201,186); }

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