#8ECBBD

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

Shades of Bermuda #8ECBBD

Tints of Bermuda #8ECBBD

Color information

#8ECBBD (or 0x8ECBBD) is unknown color: approx Bermuda. HEX triplet: 8E, CB and BD. RGB value is (142,203,189). Sum of RGB (Red+Green+Blue) = 142+203+189=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBBD is #713442. Grayscale: #B7B7B7. Windows color (decimal): -7418947 or 12438414. OLE color: 12438414.

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

Color convert

RGB142203189-
CMYK0.3000.070.20
HSL166.23º36.97%67.65%-
HSV(B)166.23º30.05%79.61%-
XYZ41.752.1456.01-
YUV183.16131.2998.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=26.59%
G=38.01%
B=35.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031890.3000.070.20166.2336.9767.65
Hex8ECBBD1E0714a62544
Octal21631327536072424645104
Binary10001110110010111011110111110011110100101001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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