Html Css Color HEX #AAC2C3 Jungle Mist

📋 copy color: '#AAC2C3'

red 170 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #AAC2C3

Tints of Jungle Mist #AAC2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 30.41%
G = 34.7%
B = 34.88%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAC2C3 (or 0xAAC2C3) is known color: Jungle Mist. HEX triplet: AA, C2 and C3. RGB value is (170,194,195). Sum of RGB (Red+Green+Blue) = 170+194+195=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAC2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2C3 is #553D3C. Grayscale: #BABABA. Windows color (decimal): -5586237 or 12829354. OLE color: 12829354.

HSL color Cylindrical-coordinate representation of color #AAC2C3: hue angle of 182.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC2C3 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 195 -
CMYK 0.13 0.01 0 0.24
HSL 182.4º 0.17% 0.72% -
HSV(B) 182.4º 0.13% 0.76% -
XYZ 45.72 51.07 59.08 -
YUV 186.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 170 194 195 0.13 0.01 0 0.24 182.4 0.17 0.72
Hex AA C2 C3 D 1 0 18 B6 11 48
Octal 252 302 303 15 1 0 30 266 21 110
Binary 10101010 11000010 11000011 1101 1 0 11000 10110110 10001 1001000

Color Harmonies of #AAC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2C3

Black with #AAC2C3

Text Example


Text Example

White with #AAC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2C3; }

 p { color: rgb(170,194,195); }

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

background-color css

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

 a { background-color: rgb(170,194,195); }

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

border-color css

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

 span { border-color: rgb(170,194,195); }

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