#8EEEA8

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

Shades of Chinook #8EEEA8

Tints of Chinook #8EEEA8

Color information

#8EEEA8 (or 0x8EEEA8) is unknown color: approx Chinook. HEX triplet: 8E, EE and A8. RGB value is (142,238,168). Sum of RGB (Red+Green+Blue) = 142+238+168=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEEA8 is #711157. Grayscale: #C9C9C9. Windows color (decimal): -7410008 or 11071118. OLE color: 11071118.

HSL color Cylindrical-coordinate representation of color #8EEEA8: hue angle of 136.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEA8 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB142238168-
CMYK0.4000.290.07
HSL136.25º73.85%74.51%-
HSV(B)136.25º40.34%93.33%-
XYZ48.869.7347.93-
YUV201.32109.285.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=25.91%
G=43.43%
B=30.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422381680.4000.290.07136.2573.8574.51
Hex8EEEA82801D7884a4b
Octal216356250500357210112113
Binary1000111011101110101010001010000111011111000100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,238,168); }

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

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

 a { background-color: rgb(142,238,168); }

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

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

 span { border-color: rgb(142,238,168); }

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