Html Css Color HEX #ACC2C1 Jungle Mist

📋 copy color: '#ACC2C1'

red 172 ◦ green 194 ◦ blue 193

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

Shades of Jungle Mist #ACC2C1

Tints of Jungle Mist #ACC2C1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 30.77%
G = 34.7%
B = 34.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#ACC2C1 (or 0xACC2C1) is known color: Jungle Mist. HEX triplet: AC, C2 and C1. RGB value is (172,194,193). Sum of RGB (Red+Green+Blue) = 172+194+193=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C1 is #533D3E. Grayscale: #BBBBBB. Windows color (decimal): -5455167 or 12698284. OLE color: 12698284.

HSL color Cylindrical-coordinate representation of color #ACC2C1: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2C1 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 193 -
CMYK 0.11 0 0.01 0.24
HSL 177.27º 0.15% 0.72% -
HSV(B) 177.27º 0.11% 0.76% -
XYZ 45.93 51.2 57.91 -
YUV 187.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 172 194 193 0.11 0 0.01 0.24 177.27 0.15 0.72
Hex AC C2 C1 B 0 1 18 B1 F 48
Octal 254 302 301 13 0 1 30 261 17 110
Binary 10101100 11000010 11000001 1011 0 1 11000 10110001 1111 1001000

Color Harmonies of #ACC2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2C1

Black with #ACC2C1

Text Example


Text Example

White with #ACC2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2C1; }

 p { color: rgb(172,194,193); }

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

background-color css

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

 a { background-color: rgb(172,194,193); }

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

border-color css

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

 span { border-color: rgb(172,194,193); }

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