Html Css Color HEX #AACACC Jungle Mist

📋 copy color: '#AACACC'

red 170 ◦ green 202 ◦ blue 204

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

Shades of Jungle Mist #AACACC

Tints of Jungle Mist #AACACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 29.51%
G = 35.07%
B = 35.42%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AACACC (or 0xAACACC) is known color: Jungle Mist. HEX triplet: AA, CA and CC. RGB value is (170,202,204). Sum of RGB (Red+Green+Blue) = 170+202+204=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #AACACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACC is #553533. Grayscale: #C0C0C0. Windows color (decimal): -5584180 or 13421226. OLE color: 13421226.

HSL color Cylindrical-coordinate representation of color #AACACC: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACACC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 202 204 -
CMYK 0.17 0.01 0 0.2
HSL 183.53º 0.25% 0.73% -
HSV(B) 183.53º 0.17% 0.8% -
XYZ 48.6 55.15 65.21 -
YUV 192.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 170 202 204 0.17 0.01 0 0.2 183.53 0.25 0.73
Hex AA CA CC 11 1 0 14 B8 19 49
Octal 252 312 314 21 1 0 24 270 31 111
Binary 10101010 11001010 11001100 10001 1 0 10100 10111000 11001 1001001

Color Harmonies of #AACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACACC

Black with #AACACC

Text Example


Text Example

White with #AACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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