Html Css Color HEX #9FDBAE Chinook

📋 copy color: '#9FDBAE'

red 159 ◦ green 219 ◦ blue 174

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

Shades of Chinook #9FDBAE

Tints of Chinook #9FDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 28.8%
G = 39.67%
B = 31.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#9FDBAE (or 0x9FDBAE) is known color: Chinook. HEX triplet: 9F, DB and AE. RGB value is (159,219,174). Sum of RGB (Red+Green+Blue) = 159+219+174=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDBAE is #602451. Grayscale: #C4C4C4. Windows color (decimal): -6300754 or 11459487. OLE color: 11459487.

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

Color convert

RGB 159 219 174 -
CMYK 0.27 0 0.21 0.14
HSL 135º 0.45% 0.74% -
HSV(B) 135º 0.27% 0.86% -
XYZ 47.27 61.09 49.34 -
YUV 195.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 159 219 174 0.27 0 0.21 0.14 135 0.45 0.74
Hex 9F DB AE 1B 0 15 E 87 2D 4A
Octal 237 333 256 33 0 25 16 207 55 112
Binary 10011111 11011011 10101110 11011 0 10101 1110 10000111 101101 1001010

Color Harmonies of #9FDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDBAE

Black with #9FDBAE

Text Example


Text Example

White with #9FDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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