#95EEAD

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

Shades of Chinook #95EEAD

Tints of Chinook #95EEAD

Color information

#95EEAD (or 0x95EEAD) is unknown color: approx Chinook. HEX triplet: 95, EE and AD. RGB value is (149,238,173). Sum of RGB (Red+Green+Blue) = 149+238+173=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EEAD is #6A1152. Grayscale: #CCCCCC. Windows color (decimal): -6951251 or 11398805. OLE color: 11398805.

HSL color Cylindrical-coordinate representation of color #95EEAD: hue angle of 136.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEAD is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB149238173-
CMYK0.3700.270.07
HSL136.18º72.36%75.88%-
HSV(B)136.18º37.39%93.33%-
XYZ50.5170.5650.49-
YUV203.98110.5188.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.61%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=26.61%
G=42.5%
B=30.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492381730.3700.270.07136.1872.3675.88
Hex95EEAD2501B788484c
Octal225356255450337210110114
Binary1001010111101110101011011001010110111111000100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,238,173); }

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

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

 a { background-color: rgb(149,238,173); }

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

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

 span { border-color: rgb(149,238,173); }

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