#8ECBA2

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

Shades of Chinook #8ECBA2

Tints of Chinook #8ECBA2

Color information

#8ECBA2 (or 0x8ECBA2) is unknown color: approx Chinook. HEX triplet: 8E, CB and A2. RGB value is (142,203,162). Sum of RGB (Red+Green+Blue) = 142+203+162=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBA2 is #71345D. Grayscale: #B4B4B4. Windows color (decimal): -7418974 or 10668942. OLE color: 10668942.

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

Color convert

RGB142203162-
CMYK0.3000.200.20
HSL139.67º36.97%67.65%-
HSV(B)139.67º30.05%79.61%-
XYZ39.0351.0741.98-
YUV180.09117.79100.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=28.01%
G=40.04%
B=31.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422031620.3000.200.20139.6736.9767.65
Hex8ECBA21E014148c2544
Octal216313242360242421445104
Binary1000111011001011101000101111001010010100100011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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