#8FEFAA

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

Shades of Chinook #8FEFAA

Tints of Chinook #8FEFAA

Color information

#8FEFAA (or 0x8FEFAA) is unknown color: approx Chinook. HEX triplet: 8F, EF and AA. RGB value is (143,239,170). Sum of RGB (Red+Green+Blue) = 143+239+170=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFAA is #701055. Grayscale: #CACACA. Windows color (decimal): -7344214 or 11202447. OLE color: 11202447.

HSL color Cylindrical-coordinate representation of color #8FEFAA: hue angle of 136.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFAA is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB143239170-
CMYK0.4000.290.06
HSL136.88º75%74.9%-
HSV(B)136.88º40.17%93.73%-
XYZ49.4570.4749.03-
YUV202.43109.785.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=25.91%
G=43.30%
B=30.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391700.4000.290.06136.887574.9
Hex8FEFAA2801D6894b4b
Octal217357252500356211113113
Binary1000111111101111101010101010000111011101000100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,170); }

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

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

 a { background-color: rgb(143,239,170); }

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

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

 span { border-color: rgb(143,239,170); }

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