#ACDFDA

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

Shades of Scandal #ACDFDA

Tints of Scandal #ACDFDA

Color information

#ACDFDA (or 0xACDFDA) is unknown color: approx Scandal. HEX triplet: AC, DF and DA. RGB value is (172,223,218). Sum of RGB (Red+Green+Blue) = 172+223+218=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDA is #532025. Grayscale: #CFCFCF. Windows color (decimal): -5447718 or 14344108. OLE color: 14344108.

HSL color Cylindrical-coordinate representation of color #ACDFDA: hue angle of 174.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFDA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB172223218-
CMYK0.2300.020.13
HSL174.12º44.35%77.45%-
HSV(B)174.12º22.87%87.45%-
XYZ56.0666.6176.23-
YUV207.18134.1102.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=28.06%
G=36.38%
B=35.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232180.2300.020.13174.1244.3577.45
HexACDFDA1702Dae2c4d
Octal25433733227021525654115
Binary101011001101111111011010101110101101101011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFDA; }

 p { color: rgb(172,223,218); }

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

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

 a { background-color: rgb(172,223,218); }

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

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

 span { border-color: rgb(172,223,218); }

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