#8FCB9E

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

Shades of Chinook #8FCB9E

Tints of Chinook #8FCB9E

Color information

#8FCB9E (or 0x8FCB9E) is unknown color: approx Chinook. HEX triplet: 8F, CB and 9E. RGB value is (143,203,158). Sum of RGB (Red+Green+Blue) = 143+203+158=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB9E is #703461. Grayscale: #B4B4B4. Windows color (decimal): -7353442 or 10406799. OLE color: 10406799.

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

Color convert

RGB143203158-
CMYK0.3000.220.20
HSL135º36.59%67.84%-
HSV(B)135º29.56%79.61%-
XYZ38.8651.0240.15-
YUV179.93115.62101.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=28.37%
G=40.28%
B=31.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031580.3000.220.2013536.5967.84
Hex8FCB9E1E01614872544
Octal217313236360262420745104
Binary1000111111001011100111101111001011010100100001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,158); }

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

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

 a { background-color: rgb(143,203,158); }

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

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

 span { border-color: rgb(143,203,158); }

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