Html Css Color HEX #9CCAAA Chinook

📋 copy color: '#9CCAAA'

red 156 ◦ green 202 ◦ blue 170

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

Shades of Chinook #9CCAAA

Tints of Chinook #9CCAAA

RGB

 RED value IS 156 (61.33% from 255) = 29.55%

 GREEN value IS 202 (79.3% from 255) = 38.26%

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

R = 29.55%
G = 38.26%
B = 32.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#9CCAAA (or 0x9CCAAA) is known color: Chinook. HEX triplet: 9C, CA and AA. RGB value is (156,202,170). Sum of RGB (Red+Green+Blue) = 156+202+170=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAAA is #633555. Grayscale: #B8B8B8. Windows color (decimal): -6501718 or 11192988. OLE color: 11192988.

HSL color Cylindrical-coordinate representation of color #9CCAAA: hue angle of 138.26º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAAA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 170 -
CMYK 0.23 0 0.16 0.21
HSL 138.26º 0.3% 0.7% -
HSV(B) 138.26º 0.23% 0.79% -
XYZ 42.09 52.21 45.89 -
YUV 184.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 156 202 170 0.23 0 0.16 0.21 138.26 0.3 0.7
Hex 9C CA AA 17 0 10 15 8A 1E 46
Octal 234 312 252 27 0 20 25 212 36 106
Binary 10011100 11001010 10101010 10111 0 10000 10101 10001010 11110 1000110

Color Harmonies of #9CCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCAAA

Black with #9CCAAA

Text Example


Text Example

White with #9CCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,202,170); }

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

background-color css

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

 a { background-color: rgb(156,202,170); }

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

border-color css

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

 span { border-color: rgb(156,202,170); }

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