Html Css Color HEX #99CDAA Chinook

📋 copy color: '#99CDAA'

red 153 ◦ green 205 ◦ blue 170

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

Shades of Chinook #99CDAA

Tints of Chinook #99CDAA

RGB

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

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

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

R = 28.98%
G = 38.83%
B = 32.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#99CDAA (or 0x99CDAA) is known color: Chinook. HEX triplet: 99, CD and AA. RGB value is (153,205,170). Sum of RGB (Red+Green+Blue) = 153+205+170=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDAA is #663255. Grayscale: #B9B9B9. Windows color (decimal): -6697558 or 11193753. OLE color: 11193753.

HSL color Cylindrical-coordinate representation of color #99CDAA: hue angle of 139.62º 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 #99CDAA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 170 -
CMYK 0.25 0 0.17 0.20
HSL 139.62º 0.34% 0.7% -
HSV(B) 139.62º 0.25% 0.8% -
XYZ 42.22 53.34 46.1 -
YUV 185.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 153 205 170 0.25 0 0.17 0.20 139.62 0.34 0.7
Hex 99 CD AA 19 0 11 14 8C 22 46
Octal 231 315 252 31 0 21 24 214 42 106
Binary 10011001 11001101 10101010 11001 0 10001 10100 10001100 100010 1000110

Color Harmonies of #99CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CDAA

Black with #99CDAA

Text Example


Text Example

White with #99CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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