#8FCB9B

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

Shades of Chinook #8FCB9B

Tints of Chinook #8FCB9B

Color information

#8FCB9B (or 0x8FCB9B) is unknown color: approx Chinook. HEX triplet: 8F, CB and 9B. RGB value is (143,203,155). Sum of RGB (Red+Green+Blue) = 143+203+155=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB9B is #703464. Grayscale: #B3B3B3. Windows color (decimal): -7353445 or 10210191. OLE color: 10210191.

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

Color convert

RGB143203155-
CMYK0.3000.240.20
HSL132º36.59%67.84%-
HSV(B)132º29.56%79.61%-
XYZ38.650.9238.8-
YUV179.59114.12101.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=28.54%
G=40.52%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031550.3000.240.2013236.5967.84
Hex8FCB9B1E01814842544
Octal217313233360302420445104
Binary1000111111001011100110111111001100010100100001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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