#8ECBC3

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

Shades of Bermuda #8ECBC3

Tints of Bermuda #8ECBC3

Color information

#8ECBC3 (or 0x8ECBC3) is unknown color: approx Bermuda. HEX triplet: 8E, CB and C3. RGB value is (142,203,195). Sum of RGB (Red+Green+Blue) = 142+203+195=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBC3 is #71343C. Grayscale: #B7B7B7. Windows color (decimal): -7418941 or 12831630. OLE color: 12831630.

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

Color convert

RGB142203195-
CMYK0.3000.040.20
HSL172.13º36.97%67.65%-
HSV(B)172.13º30.05%79.61%-
XYZ42.3652.459.51-
YUV183.85134.2998.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=26.30%
G=37.59%
B=36.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031950.3000.040.20172.1336.9767.65
Hex8ECBC31E0414ac2544
Octal21631330336042425445104
Binary10001110110010111100001111110010010100101011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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