#ACD9C9

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

Shades of Scandal #ACD9C9

Tints of Scandal #ACD9C9

Color information

#ACD9C9 (or 0xACD9C9) is unknown color: approx Scandal. HEX triplet: AC, D9 and C9. RGB value is (172,217,201). Sum of RGB (Red+Green+Blue) = 172+217+201=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C9 is #532636. Grayscale: #C9C9C9. Windows color (decimal): -5449271 or 13228460. OLE color: 13228460.

HSL color Cylindrical-coordinate representation of color #ACD9C9: hue angle of 158.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9C9 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB172217201-
CMYK0.2100.070.15
HSL158.67º37.19%76.27%-
HSV(B)158.67º20.74%85.1%-
XYZ52.3762.6164.58-
YUV201.72127.59106.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=29.15%
G=36.78%
B=34.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722172010.2100.070.15158.6737.1976.27
HexACD9C91507F9f254c
Octal25433131125071723745114
Binary1010110011011001110010011010101111111100111111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9C9; }

 p { color: rgb(172,217,201); }

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

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

 a { background-color: rgb(172,217,201); }

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

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

 span { border-color: rgb(172,217,201); }

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