Html Css Color HEX #ACC1C0 Jungle Mist

📋 copy color: '#ACC1C0'

red 172 ◦ green 193 ◦ blue 192

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

Shades of Jungle Mist #ACC1C0

Tints of Jungle Mist #ACC1C0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.65%

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 30.88%
G = 34.65%
B = 34.47%

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

#ACC1C0 (or 0xACC1C0) is known color: Jungle Mist. HEX triplet: AC, C1 and C0. RGB value is (172,193,192). Sum of RGB (Red+Green+Blue) = 172+193+192=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C0 is #533E3F. Grayscale: #BABABA. Windows color (decimal): -5455424 or 12632492. OLE color: 12632492.

HSL color Cylindrical-coordinate representation of color #ACC1C0: hue angle of 177.14º degrees, saturation: 0.14, 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 #ACC1C0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 192 -
CMYK 0.11 0 0.01 0.24
HSL 177.14º 0.14% 0.72% -
HSV(B) 177.14º 0.11% 0.76% -
XYZ 45.6 50.72 57.26 -
YUV 186.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 172 193 192 0.11 0 0.01 0.24 177.14 0.14 0.72
Hex AC C1 C0 B 0 1 18 B1 E 48
Octal 254 301 300 13 0 1 30 261 16 110
Binary 10101100 11000001 11000000 1011 0 1 11000 10110001 1110 1001000

Color Harmonies of #ACC1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1C0

Black with #ACC1C0

Text Example


Text Example

White with #ACC1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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