#ACD0C8

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

Shades of Scandal #ACD0C8

Tints of Scandal #ACD0C8

Color information

#ACD0C8 (or 0xACD0C8) is unknown color: approx Scandal. HEX triplet: AC, D0 and C8. RGB value is (172,208,200). Sum of RGB (Red+Green+Blue) = 172+208+200=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C8 is #532F37. Grayscale: #C4C4C4. Windows color (decimal): -5451576 or 13160620. OLE color: 13160620.

HSL color Cylindrical-coordinate representation of color #ACD0C8: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0C8 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB172208200-
CMYK0.1700.040.18
HSL166.67º27.69%74.51%-
HSV(B)166.67º17.31%81.57%-
XYZ49.9958.0563.21-
YUV196.32130.07110.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=29.66%
G=35.86%
B=34.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722082000.1700.040.18166.6727.6974.51
HexACD0C8110412a71c4b
Octal25432031021042224734113
Binary1010110011010000110010001000101001001010100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0C8; }

 p { color: rgb(172,208,200); }

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

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

 a { background-color: rgb(172,208,200); }

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

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

 span { border-color: rgb(172,208,200); }

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