Html Css Color HEX #AACBCA Jungle Mist

📋 copy color: '#AACBCA'

red 170 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #AACBCA

Tints of Jungle Mist #AACBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 29.57%
G = 35.3%
B = 35.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#AACBCA (or 0xAACBCA) is known color: Jungle Mist. HEX triplet: AA, CB and CA. RGB value is (170,203,202). Sum of RGB (Red+Green+Blue) = 170+203+202=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCA is #553435. Grayscale: #C0C0C0. Windows color (decimal): -5583926 or 13290410. OLE color: 13290410.

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

Color convert

RGB 170 203 202 -
CMYK 0.16 0 0.00 0.20
HSL 178.18º 0.24% 0.73% -
HSV(B) 178.18º 0.16% 0.8% -
XYZ 48.59 55.52 64.03 -
YUV 193.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 170 203 202 0.16 0 0.00 0.20 178.18 0.24 0.73
Hex AA CB CA 10 0 0 14 B2 18 49
Octal 252 313 312 20 0 0 24 262 30 111
Binary 10101010 11001011 11001010 10000 0 0 10100 10110010 11000 1001001

Color Harmonies of #AACBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBCA

Black with #AACBCA

Text Example


Text Example

White with #AACBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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