Html Css Color HEX #99D9AB Chinook

📋 copy color: '#99D9AB'

red 153 ◦ green 217 ◦ blue 171

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

Shades of Chinook #99D9AB

Tints of Chinook #99D9AB

RGB

 RED value IS 153 (60.16% from 255) = 28.28%

 GREEN value IS 217 (85.16% from 255) = 40.11%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 28.28%
G = 40.11%
B = 31.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#99D9AB (or 0x99D9AB) is known color: Chinook. HEX triplet: 99, D9 and AB. RGB value is (153,217,171). Sum of RGB (Red+Green+Blue) = 153+217+171=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D9AB is #662654. Grayscale: #C0C0C0. Windows color (decimal): -6694485 or 11262361. OLE color: 11262361.

HSL color Cylindrical-coordinate representation of color #99D9AB: hue angle of 136.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9AB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 217 171 -
CMYK 0.29 0 0.21 0.15
HSL 136.88º 0.46% 0.73% -
HSV(B) 136.88º 0.29% 0.85% -
XYZ 45.3 59.34 47.59 -
YUV 192.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 153 217 171 0.29 0 0.21 0.15 136.88 0.46 0.73
Hex 99 D9 AB 1D 0 15 F 89 2E 49
Octal 231 331 253 35 0 25 17 211 56 111
Binary 10011001 11011001 10101011 11101 0 10101 1111 10001001 101110 1001001

Color Harmonies of #99D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D9AB

Black with #99D9AB

Text Example


Text Example

White with #99D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D9AB; }

 p { color: rgb(153,217,171); }

 H1.HeaderClassName
 {
   color: #99D9AB;
 }
 .AnyTagClassName
 {
   color: #99D9AB;
 }
</style>

background-color css

<style>
 a { background-color: #99D9AB; }

 a { background-color: rgb(153,217,171); }

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

border-color css

<style>
 span { border-color: #99D9AB; }

 span { border-color: rgb(153,217,171); }

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