#9FDBAB

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

Shades of Chinook #9FDBAB

Tints of Chinook #9FDBAB

Color information

#9FDBAB (or 0x9FDBAB) is unknown color: approx Chinook. HEX triplet: 9F, DB and AB. RGB value is (159,219,171). Sum of RGB (Red+Green+Blue) = 159+219+171=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAB is #602454. Grayscale: #C3C3C3. Windows color (decimal): -6300757 or 11262879. OLE color: 11262879.

HSL color Cylindrical-coordinate representation of color #9FDBAB: hue angle of 132º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBAB is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB159219171-
CMYK0.2700.220.14
HSL132º45.45%74.12%-
HSV(B)132º27.4%85.88%-
XYZ46.9860.9747.82-
YUV195.59114.12101.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=28.96%
G=39.89%
B=31.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592191710.2700.220.1413245.4574.12
Hex9FDBAB1B016E842d4a
Octal237333253330261620455112
Binary100111111101101110101011110110101101110100001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FDBAB; }

 p { color: rgb(159,219,171); }

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

<style>
 a { background-color: #9FDBAB; }

 a { background-color: rgb(159,219,171); }

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

<style>
 span { border-color: #9FDBAB; }

 span { border-color: rgb(159,219,171); }

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