#95DAA0

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

Shades of Chinook #95DAA0

Tints of Chinook #95DAA0

Color information

#95DAA0 (or 0x95DAA0) is unknown color: approx Chinook. HEX triplet: 95, DA and A0. RGB value is (149,218,160). Sum of RGB (Red+Green+Blue) = 149+218+160=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAA0 is #6A255F. Grayscale: #BEBEBE. Windows color (decimal): -6956384 or 10541717. OLE color: 10541717.

HSL color Cylindrical-coordinate representation of color #95DAA0: hue angle of 129.57º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAA0 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB149218160-
CMYK0.3200.270.15
HSL129.57º48.25%71.96%-
HSV(B)129.57º31.65%85.49%-
XYZ43.8159.0742.35-
YUV190.76110.6498.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=28.27%
G=41.37%
B=30.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181600.3200.270.15129.5748.2571.96
Hex95DAA02001BF823048
Octal225332240400331720260110
Binary1001010111011010101000001000000110111111100000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,218,160); }

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

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

 a { background-color: rgb(149,218,160); }

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

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

 span { border-color: rgb(149,218,160); }

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