#8FD0A3

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

Shades of Chinook #8FD0A3

Tints of Chinook #8FD0A3

Color information

#8FD0A3 (or 0x8FD0A3) is unknown color: approx Chinook. HEX triplet: 8F, D0 and A3. RGB value is (143,208,163). Sum of RGB (Red+Green+Blue) = 143+208+163=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD0A3 is #702F5C. Grayscale: #B7B7B7. Windows color (decimal): -7352157 or 10735759. OLE color: 10735759.

HSL color Cylindrical-coordinate representation of color #8FD0A3: hue angle of 138.46º 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 #8FD0A3 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB143208163-
CMYK0.3100.220.18
HSL138.46º40.88%68.82%-
HSV(B)138.46º31.25%81.57%-
XYZ40.4953.642.86-
YUV183.43116.4799.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 163 (64.06% from 255) = 31.71%
R=27.82%
G=40.47%
B=31.71%

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
Decimal1432081630.3100.220.18138.4640.8868.82
Hex8FD0A31F016128a2945
Octal217320243370262221251105
Binary1000111111010000101000111111101011010010100010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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