#8FCFA2

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

Shades of Chinook #8FCFA2

Tints of Chinook #8FCFA2

Color information

#8FCFA2 (or 0x8FCFA2) is unknown color: approx Chinook. HEX triplet: 8F, CF and A2. RGB value is (143,207,162). Sum of RGB (Red+Green+Blue) = 143+207+162=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFA2 is #70305D. Grayscale: #B6B6B6. Windows color (decimal): -7352414 or 10669967. OLE color: 10669967.

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

Color convert

RGB143207162-
CMYK0.3100.220.19
HSL137.81º40%68.63%-
HSV(B)137.81º30.92%81.18%-
XYZ40.1653.0742.31-
YUV182.73116.399.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.93%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=27.93%
G=40.43%
B=31.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071620.3100.220.19137.814068.63
Hex8FCFA21F016138a2845
Octal217317242370262321250105
Binary1000111111001111101000101111101011010011100010101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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