Html Css Color HEX #AACBC9 Jungle Mist

📋 copy color: '#AACBC9'

red 170 ◦ green 203 ◦ blue 201

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

Shades of Jungle Mist #AACBC9

Tints of Jungle Mist #AACBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.37%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 29.62%
G = 35.37%
B = 35.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#AACBC9 (or 0xAACBC9) is known color: Jungle Mist. HEX triplet: AA, CB and C9. RGB value is (170,203,201). Sum of RGB (Red+Green+Blue) = 170+203+201=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBC9 is #553436. Grayscale: #C0C0C0. Windows color (decimal): -5583927 or 13224874. OLE color: 13224874.

HSL color Cylindrical-coordinate representation of color #AACBC9: hue angle of 176.36º 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 #AACBC9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 201 -
CMYK 0.16 0 0.01 0.20
HSL 176.36º 0.24% 0.73% -
HSV(B) 176.36º 0.16% 0.8% -
XYZ 48.48 55.47 63.41 -
YUV 192.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 170 203 201 0.16 0 0.01 0.20 176.36 0.24 0.73
Hex AA CB C9 10 0 1 14 B0 18 49
Octal 252 313 311 20 0 1 24 260 30 111
Binary 10101010 11001011 11001001 10000 0 1 10100 10110000 11000 1001001

Color Harmonies of #AACBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBC9

Black with #AACBC9

Text Example


Text Example

White with #AACBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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