#95DAAA

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

Shades of Chinook #95DAAA

Tints of Chinook #95DAAA

Color information

#95DAAA (or 0x95DAAA) is unknown color: approx Chinook. HEX triplet: 95, DA and AA. RGB value is (149,218,170). Sum of RGB (Red+Green+Blue) = 149+218+170=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAAA is #6A2555. Grayscale: #C0C0C0. Windows color (decimal): -6956374 or 11197077. OLE color: 11197077.

HSL color Cylindrical-coordinate representation of color #95DAAA: hue angle of 138.26º 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 #95DAAA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB149218170-
CMYK0.3200.220.15
HSL138.26º48.25%71.96%-
HSV(B)138.26º31.65%85.49%-
XYZ44.7259.4347.15-
YUV191.9115.6497.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=27.75%
G=40.60%
B=31.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181700.3200.220.15138.2648.2571.96
Hex95DAAA20016F8a3048
Octal225332252400261721260110
Binary1001010111011010101010101000000101101111100010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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