Html Css Color HEX #AAC0C3 Jungle Mist

📋 copy color: '#AAC0C3'

red 170 ◦ green 192 ◦ blue 195

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

Shades of Jungle Mist #AAC0C3

Tints of Jungle Mist #AAC0C3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

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

R = 30.52%
G = 34.47%
B = 35.01%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAC0C3 (or 0xAAC0C3) is known color: Jungle Mist. HEX triplet: AA, C0 and C3. RGB value is (170,192,195). Sum of RGB (Red+Green+Blue) = 170+192+195=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAC0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0C3 is #553F3C. Grayscale: #B9B9B9. Windows color (decimal): -5586749 or 12828842. OLE color: 12828842.

HSL color Cylindrical-coordinate representation of color #AAC0C3: hue angle of 187.2º 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 #AAC0C3 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 192 195 -
CMYK 0.13 0.02 0 0.24
HSL 187.2º 0.17% 0.72% -
HSV(B) 187.2º 0.13% 0.76% -
XYZ 45.28 50.19 58.93 -
YUV 185.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 170 192 195 0.13 0.02 0 0.24 187.2 0.17 0.72
Hex AA C0 C3 D 2 0 18 BB 11 48
Octal 252 300 303 15 2 0 30 273 21 110
Binary 10101010 11000000 11000011 1101 10 0 11000 10111011 10001 1001000

Color Harmonies of #AAC0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0C3

Black with #AAC0C3

Text Example


Text Example

White with #AAC0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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