#95EFAD

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

Shades of Chinook #95EFAD

Tints of Chinook #95EFAD

Color information

#95EFAD (or 0x95EFAD) is unknown color: approx Chinook. HEX triplet: 95, EF and AD. RGB value is (149,239,173). Sum of RGB (Red+Green+Blue) = 149+239+173=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFAD is #6A1052. Grayscale: #CCCCCC. Windows color (decimal): -6950995 or 11399061. OLE color: 11399061.

HSL color Cylindrical-coordinate representation of color #95EFAD: hue angle of 136º 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 #95EFAD is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB149239173-
CMYK0.3800.280.06
HSL136º73.77%76.08%-
HSV(B)136º37.66%93.73%-
XYZ50.871.1450.59-
YUV204.57110.1888.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.56%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=26.56%
G=42.60%
B=30.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391730.3800.280.0613673.7776.08
Hex95EFAD2601C6884a4c
Octal225357255460346210112114
Binary1001010111101111101011011001100111001101000100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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