#8FD0A2

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

Shades of Chinook #8FD0A2

Tints of Chinook #8FD0A2

Color information

#8FD0A2 (or 0x8FD0A2) is unknown color: approx Chinook. HEX triplet: 8F, D0 and A2. RGB value is (143,208,162). Sum of RGB (Red+Green+Blue) = 143+208+162=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD0A2 is #702F5D. Grayscale: #B7B7B7. Windows color (decimal): -7352158 or 10670223. OLE color: 10670223.

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

Color convert

RGB143208162-
CMYK0.3100.220.18
HSL137.54º40.88%68.82%-
HSV(B)137.54º31.25%81.57%-
XYZ40.4153.5642.39-
YUV183.32115.9799.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=27.88%
G=40.55%
B=31.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081620.3100.220.18137.5440.8868.82
Hex8FD0A21F016128a2945
Octal217320242370262221251105
Binary1000111111010000101000101111101011010010100010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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