#ACC4C1

Color #ACC4C1 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ACC4C1

Tints of Jungle Mist #ACC4C1

Color information

#ACC4C1 (or 0xACC4C1) is unknown color: approx Jungle Mist. HEX triplet: AC, C4 and C1. RGB value is (172,196,193). Sum of RGB (Red+Green+Blue) = 172+196+193=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4C1 is #533B3E. Grayscale: #BCBCBC. Windows color (decimal): -5454655 or 12698796. OLE color: 12698796.

HSL color Cylindrical-coordinate representation of color #ACC4C1: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4C1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB172196193-
CMYK0.1200.020.23
HSL172.5º16.9%72.16%-
HSV(B)172.5º12.24%76.86%-
XYZ46.3852.158.06-
YUV188.48130.55116.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=30.66%
G=34.94%
B=34.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961930.1200.020.23172.516.972.16
HexACC4C1C0217ac1148
Octal25430430114022725421110
Binary10101100110001001100000111000101011110101100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4C1; }

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

 H1.HeaderClassName
 {
   color: #ACC4C1;
 }
 .AnyTagClassName
 {
   color: #ACC4C1;
 }
</style>
background-color css

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

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

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

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

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

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