Html Css Color HEX #ACCAC6 Jungle Mist

📋 copy color: '#ACCAC6'

red 172 ◦ green 202 ◦ blue 198

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

Shades of Jungle Mist #ACCAC6

Tints of Jungle Mist #ACCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 30.07%
G = 35.31%
B = 34.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#ACCAC6 (or 0xACCAC6) is known color: Jungle Mist. HEX triplet: AC, CA and C6. RGB value is (172,202,198). Sum of RGB (Red+Green+Blue) = 172+202+198=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC6 is #533539. Grayscale: #C0C0C0. Windows color (decimal): -5453114 or 13028012. OLE color: 13028012.

HSL color Cylindrical-coordinate representation of color #ACCAC6: hue angle of 172º 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 #ACCAC6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 198 -
CMYK 0.15 0 0.02 0.21
HSL 172º 0.22% 0.73% -
HSV(B) 172º 0.15% 0.79% -
XYZ 48.33 55.09 61.51 -
YUV 192.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 172 202 198 0.15 0 0.02 0.21 172 0.22 0.73
Hex AC CA C6 F 0 2 15 AC 16 49
Octal 254 312 306 17 0 2 25 254 26 111
Binary 10101100 11001010 11000110 1111 0 10 10101 10101100 10110 1001001

Color Harmonies of #ACCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAC6

Black with #ACCAC6

Text Example


Text Example

White with #ACCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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