Html Css Color HEX #ACCAC9 Jungle Mist

📋 copy color: '#ACCAC9'

red 172 ◦ green 202 ◦ blue 201

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

Shades of Jungle Mist #ACCAC9

Tints of Jungle Mist #ACCAC9

RGB

 RED value IS 172 (67.58% from 255) = 29.91%

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

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

R = 29.91%
G = 35.13%
B = 34.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#ACCAC9 (or 0xACCAC9) is known color: Jungle Mist. HEX triplet: AC, CA and C9. RGB value is (172,202,201). Sum of RGB (Red+Green+Blue) = 172+202+201=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC9 is #533536. Grayscale: #C0C0C0. Windows color (decimal): -5453111 or 13224620. OLE color: 13224620.

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

Color convert

RGB 172 202 201 -
CMYK 0.15 0 0.00 0.21
HSL 178º 0.22% 0.73% -
HSV(B) 178º 0.15% 0.79% -
XYZ 48.68 55.23 63.35 -
YUV 192.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 172 202 201 0.15 0 0.00 0.21 178 0.22 0.73
Hex AC CA C9 F 0 0 15 B2 16 49
Octal 254 312 311 17 0 0 25 262 26 111
Binary 10101100 11001010 11001001 1111 0 0 10101 10110010 10110 1001001

Color Harmonies of #ACCAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAC9

Black with #ACCAC9

Text Example


Text Example

White with #ACCAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAC9; }

 p { color: rgb(172,202,201); }

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

background-color css

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

 a { background-color: rgb(172,202,201); }

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

border-color css

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

 span { border-color: rgb(172,202,201); }

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