#8CCEB6

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

Shades of Bermuda #8CCEB6

Tints of Bermuda #8CCEB6

Color information

#8CCEB6 (or 0x8CCEB6) is unknown color: approx Bermuda. HEX triplet: 8C, CE and B6. RGB value is (140,206,182). Sum of RGB (Red+Green+Blue) = 140+206+182=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEB6 is #733149. Grayscale: #B7B7B7. Windows color (decimal): -7549258 or 11980428. OLE color: 11980428.

HSL color Cylindrical-coordinate representation of color #8CCEB6: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEB6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB140206182-
CMYK0.3200.120.19
HSL158.18º40.24%67.84%-
HSV(B)158.18º32.04%80.78%-
XYZ41.3353.152.33-
YUV183.53127.1396.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=26.52%
G=39.02%
B=34.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402061820.3200.120.19158.1840.2467.84
Hex8CCEB6200C139e2844
Octal214316266400142323650104
Binary1000110011001110101101101000000110010011100111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,182); }

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

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

 a { background-color: rgb(140,206,182); }

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

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

 span { border-color: rgb(140,206,182); }

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