Html Css Color HEX #AAC7CB Jungle Mist

📋 copy color: '#AAC7CB'

red 170 ◦ green 199 ◦ blue 203

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

Shades of Jungle Mist #AAC7CB

Tints of Jungle Mist #AAC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 29.72%
G = 34.79%
B = 35.49%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAC7CB (or 0xAAC7CB) is known color: Jungle Mist. HEX triplet: AA, C7 and CB. RGB value is (170,199,203). Sum of RGB (Red+Green+Blue) = 170+199+203=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7CB is #553834. Grayscale: #BEBEBE. Windows color (decimal): -5584949 or 13354922. OLE color: 13354922.

HSL color Cylindrical-coordinate representation of color #AAC7CB: hue angle of 187.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC7CB is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 199 203 -
CMYK 0.16 0.02 0 0.20
HSL 187.27º 0.24% 0.73% -
HSV(B) 187.27º 0.16% 0.8% -
XYZ 47.78 53.7 64.35 -
YUV 190.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 170 199 203 0.16 0.02 0 0.20 187.27 0.24 0.73
Hex AA C7 CB 10 2 0 14 BB 18 49
Octal 252 307 313 20 2 0 24 273 30 111
Binary 10101010 11000111 11001011 10000 10 0 10100 10111011 11000 1001001

Color Harmonies of #AAC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7CB

Black with #AAC7CB

Text Example


Text Example

White with #AAC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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