#A0DFD0

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

Shades of Scandal #A0DFD0

Tints of Scandal #A0DFD0

Color information

#A0DFD0 (or 0xA0DFD0) is unknown color: approx Scandal. HEX triplet: A0, DF and D0. RGB value is (160,223,208). Sum of RGB (Red+Green+Blue) = 160+223+208=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFD0 is #5F202F. Grayscale: #CACACA. Windows color (decimal): -6234160 or 13688736. OLE color: 13688736.

HSL color Cylindrical-coordinate representation of color #A0DFD0: hue angle of 165.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFD0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB160223208-
CMYK0.2800.070.13
HSL165.71º49.61%75.1%-
HSV(B)165.71º28.25%87.45%-
XYZ52.2764.869.43-
YUV202.45131.1397.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.07%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=27.07%
G=37.73%
B=35.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602232080.2800.070.13165.7149.6175.1
HexA0DFD01C07Da6324b
Octal24033732034071524662113
Binary1010000011011111110100001110001111101101001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFD0; }

 p { color: rgb(160,223,208); }

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

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

 a { background-color: rgb(160,223,208); }

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

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

 span { border-color: rgb(160,223,208); }

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