Html Css Color HEX #AAC4C9 Jungle Mist

📋 copy color: '#AAC4C9'

red 170 ◦ green 196 ◦ blue 201

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

Shades of Jungle Mist #AAC4C9

Tints of Jungle Mist #AAC4C9

RGB

 RED value IS 170 (66.8% from 255) = 29.98%

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 201 (78.91% from 255) = 35.45%

R = 29.98%
G = 34.57%
B = 35.45%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAC4C9 (or 0xAAC4C9) is known color: Jungle Mist. HEX triplet: AA, C4 and C9. RGB value is (170,196,201). Sum of RGB (Red+Green+Blue) = 170+196+201=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAC4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4C9 is #553B36. Grayscale: #BCBCBC. Windows color (decimal): -5585719 or 13223082. OLE color: 13223082.

HSL color Cylindrical-coordinate representation of color #AAC4C9: hue angle of 189.68º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC4C9 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 196 201 -
CMYK 0.15 0.02 0 0.21
HSL 189.68º 0.22% 0.73% -
HSV(B) 189.68º 0.15% 0.79% -
XYZ 46.86 52.24 62.87 -
YUV 188.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 170 196 201 0.15 0.02 0 0.21 189.68 0.22 0.73
Hex AA C4 C9 F 2 0 15 BE 16 49
Octal 252 304 311 17 2 0 25 276 26 111
Binary 10101010 11000100 11001001 1111 10 0 10101 10111110 10110 1001001

Color Harmonies of #AAC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4C9

Black with #AAC4C9

Text Example


Text Example

White with #AAC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4C9; }

 p { color: rgb(170,196,201); }

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

background-color css

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

 a { background-color: rgb(170,196,201); }

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

border-color css

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

 span { border-color: rgb(170,196,201); }

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