#ACD7C9

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

Shades of Scandal #ACD7C9

Tints of Scandal #ACD7C9

Color information

#ACD7C9 (or 0xACD7C9) is unknown color: approx Scandal. HEX triplet: AC, D7 and C9. RGB value is (172,215,201). Sum of RGB (Red+Green+Blue) = 172+215+201=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7C9 is #532836. Grayscale: #C8C8C8. Windows color (decimal): -5449783 or 13227948. OLE color: 13227948.

HSL color Cylindrical-coordinate representation of color #ACD7C9: hue angle of 160.47º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7C9 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB172215201-
CMYK0.200.070.16
HSL160.47º34.96%75.88%-
HSV(B)160.47º20%84.31%-
XYZ51.8661.5964.41-
YUV200.55128.25107.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=29.25%
G=36.56%
B=34.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722152010.200.070.16160.4734.9675.88
HexACD7C9140710a0234c
Octal25432731124072024043114
Binary10101100110101111100100110100011110000101000001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7C9; }

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

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

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

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

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

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

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

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