Html Css Color HEX #AAC8C7 Jungle Mist

📋 copy color: '#AAC8C7'

red 170 ◦ green 200 ◦ blue 199

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

Shades of Jungle Mist #AAC8C7

Tints of Jungle Mist #AAC8C7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.15%

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 29.88%
G = 35.15%
B = 34.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#AAC8C7 (or 0xAAC8C7) is known color: Jungle Mist. HEX triplet: AA, C8 and C7. RGB value is (170,200,199). Sum of RGB (Red+Green+Blue) = 170+200+199=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8C7 is #553738. Grayscale: #BEBEBE. Windows color (decimal): -5584697 or 13093034. OLE color: 13093034.

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

Color convert

RGB 170 200 199 -
CMYK 0.15 0 0.00 0.22
HSL 178º 0.21% 0.73% -
HSV(B) 178º 0.15% 0.78% -
XYZ 47.54 53.98 61.95 -
YUV 190.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 170 200 199 0.15 0 0.00 0.22 178 0.21 0.73
Hex AA C8 C7 F 0 0 16 B2 15 49
Octal 252 310 307 17 0 0 26 262 25 111
Binary 10101010 11001000 11000111 1111 0 0 10110 10110010 10101 1001001

Color Harmonies of #AAC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC8C7

Black with #AAC8C7

Text Example


Text Example

White with #AAC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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