#8FCBA3

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

Shades of Chinook #8FCBA3

Tints of Chinook #8FCBA3

Color information

#8FCBA3 (or 0x8FCBA3) is unknown color: approx Chinook. HEX triplet: 8F, CB and A3. RGB value is (143,203,163). Sum of RGB (Red+Green+Blue) = 143+203+163=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA3 is #70345C. Grayscale: #B4B4B4. Windows color (decimal): -7353437 or 10734479. OLE color: 10734479.

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

Color convert

RGB143203163-
CMYK0.3000.200.20
HSL140º36.59%67.84%-
HSV(B)140º29.56%79.61%-
XYZ39.2951.242.46-
YUV180.5118.12101.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.09%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=28.09%
G=39.88%
B=32.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031630.3000.200.2014036.5967.84
Hex8FCBA31E014148c2544
Octal217313243360242421445104
Binary1000111111001011101000111111001010010100100011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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