#ACD9CF

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

Shades of Scandal #ACD9CF

Tints of Scandal #ACD9CF

Color information

#ACD9CF (or 0xACD9CF) is unknown color: approx Scandal. HEX triplet: AC, D9 and CF. RGB value is (172,217,207). Sum of RGB (Red+Green+Blue) = 172+217+207=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CF is #532630. Grayscale: #CACACA. Windows color (decimal): -5449265 or 13621676. OLE color: 13621676.

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

Color convert

RGB172217207-
CMYK0.2100.050.15
HSL166.67º37.19%76.27%-
HSV(B)166.67º20.74%85.1%-
XYZ53.0962.968.37-
YUV202.4130.59106.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=28.86%
G=36.41%
B=34.73%

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
Decimal1722172070.2100.050.15166.6737.1976.27
HexACD9CF1505Fa7254c
Octal25433131725051724745114
Binary1010110011011001110011111010101011111101001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9CF; }

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

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

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

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

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

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

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

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