#8ECBB9

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

Shades of Bermuda #8ECBB9

Tints of Bermuda #8ECBB9

Color information

#8ECBB9 (or 0x8ECBB9) is unknown color: approx Bermuda. HEX triplet: 8E, CB and B9. RGB value is (142,203,185). Sum of RGB (Red+Green+Blue) = 142+203+185=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBB9 is #713446. Grayscale: #B6B6B6. Windows color (decimal): -7418951 or 12176270. OLE color: 12176270.

HSL color Cylindrical-coordinate representation of color #8ECBB9: hue angle of 162.3º 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 #8ECBB9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB142203185-
CMYK0.3000.090.20
HSL162.3º36.97%67.65%-
HSV(B)162.3º30.05%79.61%-
XYZ41.2751.9753.75-
YUV182.71129.2998.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=26.79%
G=38.30%
B=34.91%

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
Decimal1422031850.3000.090.20162.336.9767.65
Hex8ECBB91E0914a22544
Octal216313271360112424245104
Binary100011101100101110111001111100100110100101000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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