#8ECBB8

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

Shades of Bermuda #8ECBB8

Tints of Bermuda #8ECBB8

Color information

#8ECBB8 (or 0x8ECBB8) is unknown color: approx Bermuda. HEX triplet: 8E, CB and B8. RGB value is (142,203,184). Sum of RGB (Red+Green+Blue) = 142+203+184=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBB8 is #713447. Grayscale: #B6B6B6. Windows color (decimal): -7418952 or 12110734. OLE color: 12110734.

HSL color Cylindrical-coordinate representation of color #8ECBB8: hue angle of 161.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBB8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB142203184-
CMYK0.3000.090.20
HSL161.31º36.97%67.65%-
HSV(B)161.31º30.05%79.61%-
XYZ41.1651.9253.2-
YUV182.59128.7999.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=26.84%
G=38.37%
B=34.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031840.3000.090.20161.3136.9767.65
Hex8ECBB81E0914a12544
Octal216313270360112424145104
Binary100011101100101110111000111100100110100101000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,184); }

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

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

 a { background-color: rgb(142,203,184); }

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

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

 span { border-color: rgb(142,203,184); }

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