Html Css Color HEX #9FDBAA Chinook

📋 copy color: '#9FDBAA'

red 159 ◦ green 219 ◦ blue 170

#9FDBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9FDBAA

Tints of Chinook #9FDBAA

RGB

 RED value IS 159 (62.5% from 255) = 29.01%

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 29.01%
G = 39.96%
B = 31.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9FDBAA (or 0x9FDBAA) is known color: Chinook. HEX triplet: 9F, DB and AA. RGB value is (159,219,170). Sum of RGB (Red+Green+Blue) = 159+219+170=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAA is #602455. Grayscale: #C3C3C3. Windows color (decimal): -6300758 or 11197343. OLE color: 11197343.

HSL color Cylindrical-coordinate representation of color #9FDBAA: hue angle of 131º 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 #9FDBAA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 219 170 -
CMYK 0.27 0 0.22 0.14
HSL 131º 0.45% 0.74% -
HSV(B) 131º 0.27% 0.86% -
XYZ 46.89 60.94 47.32 -
YUV 195.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 159 219 170 0.27 0 0.22 0.14 131 0.45 0.74
Hex 9F DB AA 1B 0 16 E 83 2D 4A
Octal 237 333 252 33 0 26 16 203 55 112
Binary 10011111 11011011 10101010 11011 0 10110 1110 10000011 101101 1001010

Color Harmonies of #9FDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBAA

Black with #9FDBAA

Text Example


Text Example

White with #9FDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FDBAA;
 }
 .AnyTagClassName
 {
   color: #9FDBAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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