#95E0AA

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

Shades of Chinook #95E0AA

Tints of Chinook #95E0AA

Color information

#95E0AA (or 0x95E0AA) is unknown color: approx Chinook. HEX triplet: 95, E0 and AA. RGB value is (149,224,170). Sum of RGB (Red+Green+Blue) = 149+224+170=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E0AA is #6A1F55. Grayscale: #C3C3C3. Windows color (decimal): -6954838 or 11198613. OLE color: 11198613.

HSL color Cylindrical-coordinate representation of color #95E0AA: hue angle of 136.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0AA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB149224170-
CMYK0.3300.240.12
HSL136.8º54.74%73.14%-
HSV(B)136.8º33.48%87.84%-
XYZ46.3162.647.67-
YUV195.42113.6594.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=27.44%
G=41.25%
B=31.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241700.3300.240.12136.854.7473.14
Hex95E0AA21018C893749
Octal225340252410301421167111
Binary1001010111100000101010101000010110001100100010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E0AA; }

 p { color: rgb(149,224,170); }

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

<style>
 a { background-color: #95E0AA; }

 a { background-color: rgb(149,224,170); }

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

<style>
 span { border-color: #95E0AA; }

 span { border-color: rgb(149,224,170); }

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