#ACC7C6

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

Shades of Jungle Mist #ACC7C6

Tints of Jungle Mist #ACC7C6

Color information

#ACC7C6 (or 0xACC7C6) is unknown color: approx Jungle Mist. HEX triplet: AC, C7 and C6. RGB value is (172,199,198). Sum of RGB (Red+Green+Blue) = 172+199+198=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7C6 is #533839. Grayscale: #BEBEBE. Windows color (decimal): -5453882 or 13027244. OLE color: 13027244.

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

Color convert

RGB172199198-
CMYK0.1400.010.22
HSL177.78º19.42%72.75%-
HSV(B)177.78º13.57%78.04%-
XYZ47.6353.6961.28-
YUV190.81132.05114.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=30.23%
G=34.97%
B=34.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991980.1400.010.22177.7819.4272.75
HexACC7C6E0116b21349
Octal25430730616012626223111
Binary1010110011000111110001101110011011010110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7C6; }

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

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

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

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

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

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

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

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