#ACC7C4

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

Shades of Jungle Mist #ACC7C4

Tints of Jungle Mist #ACC7C4

Color information

#ACC7C4 (or 0xACC7C4) is unknown color: approx Jungle Mist. HEX triplet: AC, C7 and C4. RGB value is (172,199,196). Sum of RGB (Red+Green+Blue) = 172+199+196=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7C4 is #53383B. Grayscale: #BEBEBE. Windows color (decimal): -5453884 or 12896172. OLE color: 12896172.

HSL color Cylindrical-coordinate representation of color #ACC7C4: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7C4 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB172199196-
CMYK0.1400.020.22
HSL173.33º19.42%72.75%-
HSV(B)173.33º13.57%78.04%-
XYZ47.453.660.07-
YUV190.58131.05114.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=30.34%
G=35.10%
B=34.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991960.1400.020.22173.3319.4272.75
HexACC7C4E0216ad1349
Octal25430730416022625523111
Binary10101100110001111100010011100101011010101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7C4; }

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

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

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

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

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

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

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

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