#8FCEA2

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

Shades of Chinook #8FCEA2

Tints of Chinook #8FCEA2

Color information

#8FCEA2 (or 0x8FCEA2) is unknown color: approx Chinook. HEX triplet: 8F, CE and A2. RGB value is (143,206,162). Sum of RGB (Red+Green+Blue) = 143+206+162=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEA2 is #70315D. Grayscale: #B6B6B6. Windows color (decimal): -7352670 or 10669711. OLE color: 10669711.

HSL color Cylindrical-coordinate representation of color #8FCEA2: hue angle of 138.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEA2 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB143206162-
CMYK0.3100.210.19
HSL138.1º39.13%68.43%-
HSV(B)138.1º30.58%80.78%-
XYZ39.9252.5942.23-
YUV182.15116.63100.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=27.98%
G=40.31%
B=31.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061620.3100.210.19138.139.1368.43
Hex8FCEA21F015138a2744
Octal217316242370252321247104
Binary1000111111001110101000101111101010110011100010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,162); }

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

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

 a { background-color: rgb(143,206,162); }

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

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

 span { border-color: rgb(143,206,162); }

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