#95EFAA

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

Shades of Chinook #95EFAA

Tints of Chinook #95EFAA

Color information

#95EFAA (or 0x95EFAA) is unknown color: approx Chinook. HEX triplet: 95, EF and AA. RGB value is (149,239,170). Sum of RGB (Red+Green+Blue) = 149+239+170=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAA is #6A1055. Grayscale: #CCCCCC. Windows color (decimal): -6950998 or 11202453. OLE color: 11202453.

HSL color Cylindrical-coordinate representation of color #95EFAA: hue angle of 134º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFAA is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB149239170-
CMYK0.3800.290.06
HSL134º73.77%76.08%-
HSV(B)134º37.66%93.73%-
XYZ50.5271.0249.08-
YUV204.22108.6888.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 239 (93.75% from 255) = 42.83%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=26.70%
G=42.83%
B=30.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391700.3800.290.0613473.7776.08
Hex95EFAA2601D6864a4c
Octal225357252460356206112114
Binary1001010111101111101010101001100111011101000011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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