#8FCBA0

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

Shades of Chinook #8FCBA0

Tints of Chinook #8FCBA0

Color information

#8FCBA0 (or 0x8FCBA0) is unknown color: approx Chinook. HEX triplet: 8F, CB and A0. RGB value is (143,203,160). Sum of RGB (Red+Green+Blue) = 143+203+160=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA0 is #70345F. Grayscale: #B4B4B4. Windows color (decimal): -7353440 or 10537871. OLE color: 10537871.

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

Color convert

RGB143203160-
CMYK0.3000.210.20
HSL137º36.59%67.84%-
HSV(B)137º29.56%79.61%-
XYZ39.0351.0941.06-
YUV180.16116.62101.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.26%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=28.26%
G=40.12%
B=31.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031600.3000.210.2013736.5967.84
Hex8FCBA01E01514892544
Octal217313240360252421145104
Binary1000111111001011101000001111001010110100100010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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