#ACDDD4

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

Shades of Scandal #ACDDD4

Tints of Scandal #ACDDD4

Color information

#ACDDD4 (or 0xACDDD4) is unknown color: approx Scandal. HEX triplet: AC, DD and D4. RGB value is (172,221,212). Sum of RGB (Red+Green+Blue) = 172+221+212=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD4 is #53222B. Grayscale: #CDCDCD. Windows color (decimal): -5448236 or 13950380. OLE color: 13950380.

HSL color Cylindrical-coordinate representation of color #ACDDD4: hue angle of 168.98º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDD4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB172221212-
CMYK0.2200.040.13
HSL168.98º41.88%77.06%-
HSV(B)168.98º22.17%86.67%-
XYZ54.7565.2471.99-
YUV205.32131.77104.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=28.43%
G=36.53%
B=35.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212120.2200.040.13168.9841.8877.06
HexACDDD41604Da92a4d
Octal25433532426041525152115
Binary1010110011011101110101001011001001101101010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDD4; }

 p { color: rgb(172,221,212); }

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

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

 a { background-color: rgb(172,221,212); }

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

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

 span { border-color: rgb(172,221,212); }

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