#8ECAC4

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

Shades of Bermuda #8ECAC4

Tints of Bermuda #8ECAC4

Color information

#8ECAC4 (or 0x8ECAC4) is unknown color: approx Bermuda. HEX triplet: 8E, CA and C4. RGB value is (142,202,196). Sum of RGB (Red+Green+Blue) = 142+202+196=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECAC4 is #71353B. Grayscale: #B7B7B7. Windows color (decimal): -7419196 or 12896910. OLE color: 12896910.

HSL color Cylindrical-coordinate representation of color #8ECAC4: hue angle of 174º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB142202196-
CMYK0.3000.030.21
HSL174º36.14%67.45%-
HSV(B)174º29.7%79.22%-
XYZ42.2451.9860.03-
YUV183.38135.1298.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=26.30%
G=37.41%
B=36.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021960.3000.030.2117436.1467.45
Hex8ECAC41E0315ae2443
Octal21631230436032525644103
Binary1000111011001010110001001111001110101101011101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,196); }

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

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

 a { background-color: rgb(142,202,196); }

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

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

 span { border-color: rgb(142,202,196); }

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