#ACCACB

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

Shades of Jungle Mist #ACCACB

Tints of Jungle Mist #ACCACB

Color information

#ACCACB (or 0xACCACB) is unknown color: approx Jungle Mist. HEX triplet: AC, CA and CB. RGB value is (172,202,203). Sum of RGB (Red+Green+Blue) = 172+202+203=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACB is #533534. Grayscale: #C1C1C1. Windows color (decimal): -5453109 or 13355692. OLE color: 13355692.

HSL color Cylindrical-coordinate representation of color #ACCACB: hue angle of 181.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCACB is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172202203-
CMYK0.150.0000.20
HSL181.94º22.96%73.53%-
HSV(B)181.94º15.27%79.61%-
XYZ48.9155.3264.6-
YUV193.14133.56112.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=29.81%
G=35.01%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722022030.150.0000.20181.9422.9673.53
HexACCACBF0014b6174a
Octal25431231317002426627112
Binary1010110011001010110010111111001010010110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCACB; }

 p { color: rgb(172,202,203); }

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

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

 a { background-color: rgb(172,202,203); }

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

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

 span { border-color: rgb(172,202,203); }

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