#ACD9CE

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

Shades of Scandal #ACD9CE

Tints of Scandal #ACD9CE

Color information

#ACD9CE (or 0xACD9CE) is unknown color: approx Scandal. HEX triplet: AC, D9 and CE. RGB value is (172,217,206). Sum of RGB (Red+Green+Blue) = 172+217+206=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CE is #532631. Grayscale: #CACACA. Windows color (decimal): -5449266 or 13556140. OLE color: 13556140.

HSL color Cylindrical-coordinate representation of color #ACD9CE: hue angle of 165.33º 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 #ACD9CE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB172217206-
CMYK0.2100.050.15
HSL165.33º37.19%76.27%-
HSV(B)165.33º20.74%85.1%-
XYZ52.9762.8567.73-
YUV202.29130.09106.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=28.91%
G=36.47%
B=34.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722172060.2100.050.15165.3337.1976.27
HexACD9CE1505Fa5254c
Octal25433131625051724545114
Binary1010110011011001110011101010101011111101001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9CE; }

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

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

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

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

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

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

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

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