#95DAAB

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

Shades of Chinook #95DAAB

Tints of Chinook #95DAAB

Color information

#95DAAB (or 0x95DAAB) is unknown color: approx Chinook. HEX triplet: 95, DA and AB. RGB value is (149,218,171). Sum of RGB (Red+Green+Blue) = 149+218+171=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAAB is #6A2554. Grayscale: #C0C0C0. Windows color (decimal): -6956373 or 11262613. OLE color: 11262613.

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

Color convert

RGB149218171-
CMYK0.3200.220.15
HSL139.13º48.25%71.96%-
HSV(B)139.13º31.65%85.49%-
XYZ44.8259.4747.65-
YUV192.01116.1497.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=27.70%
G=40.52%
B=31.78%

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
Decimal1492181710.3200.220.15139.1348.2571.96
Hex95DAAB20016F8b3048
Octal225332253400261721360110
Binary1001010111011010101010111000000101101111100010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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