Html Css Color HEX #99CDA9 Chinook

📋 copy color: '#99CDA9'

red 153 ◦ green 205 ◦ blue 169

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

Shades of Chinook #99CDA9

Tints of Chinook #99CDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 29.03%
G = 38.9%
B = 32.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#99CDA9 (or 0x99CDA9) is known color: Chinook. HEX triplet: 99, CD and A9. RGB value is (153,205,169). Sum of RGB (Red+Green+Blue) = 153+205+169=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDA9 is #663256. Grayscale: #B9B9B9. Windows color (decimal): -6697559 or 11128217. OLE color: 11128217.

HSL color Cylindrical-coordinate representation of color #99CDA9: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDA9 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 169 -
CMYK 0.25 0 0.18 0.20
HSL 138.46º 0.34% 0.7% -
HSV(B) 138.46º 0.25% 0.8% -
XYZ 42.13 53.3 45.6 -
YUV 185.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 153 205 169 0.25 0 0.18 0.20 138.46 0.34 0.7
Hex 99 CD A9 19 0 12 14 8A 22 46
Octal 231 315 251 31 0 22 24 212 42 106
Binary 10011001 11001101 10101001 11001 0 10010 10100 10001010 100010 1000110

Color Harmonies of #99CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CDA9

Black with #99CDA9

Text Example


Text Example

White with #99CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,205,169); }

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

background-color css

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

 a { background-color: rgb(153,205,169); }

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

border-color css

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

 span { border-color: rgb(153,205,169); }

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