#AAC8CC

Color #AAC8CC Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AAC8CC

Tints of Jungle Mist #AAC8CC

Color information

#AAC8CC (or 0xAAC8CC) is unknown color: approx Jungle Mist. HEX triplet: AA, C8 and CC. RGB value is (170,200,204). Sum of RGB (Red+Green+Blue) = 170+200+204=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8CC is #553733. Grayscale: #BFBFBF. Windows color (decimal): -5584692 or 13420714. OLE color: 13420714.

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

Color convert

RGB170200204-
CMYK0.170.0200.2
HSL187.06º25%73.33%-
HSV(B)187.06º16.67%80%-
XYZ48.1354.2165.05-
YUV191.49135.06112.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=29.62%
G=34.84%
B=35.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702002040.170.0200.2187.062573.33
HexAAC8CC112014bb1949
Octal25231031421202427331111
Binary101010101100100011001100100011001010010111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8CC; }

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

 H1.HeaderClassName
 {
   color: #AAC8CC;
 }
 .AnyTagClassName
 {
   color: #AAC8CC;
 }
</style>
background-color css

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

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

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

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

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

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