#95DAA6

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

Shades of Chinook #95DAA6

Tints of Chinook #95DAA6

Color information

#95DAA6 (or 0x95DAA6) is unknown color: approx Chinook. HEX triplet: 95, DA and A6. RGB value is (149,218,166). Sum of RGB (Red+Green+Blue) = 149+218+166=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAA6 is #6A2559. Grayscale: #BFBFBF. Windows color (decimal): -6956378 or 10934933. OLE color: 10934933.

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

Color convert

RGB149218166-
CMYK0.3200.240.15
HSL134.78º48.25%71.96%-
HSV(B)134.78º31.65%85.49%-
XYZ44.3559.2945.18-
YUV191.44113.6497.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=27.95%
G=40.90%
B=31.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181660.3200.240.15134.7848.2571.96
Hex95DAA620018F873048
Octal225332246400301720760110
Binary1001010111011010101001101000000110001111100001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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