#A0DDCD

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

Shades of Scandal #A0DDCD

Tints of Scandal #A0DDCD

Color information

#A0DDCD (or 0xA0DDCD) is unknown color: approx Scandal. HEX triplet: A0, DD and CD. RGB value is (160,221,205). Sum of RGB (Red+Green+Blue) = 160+221+205=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDCD is #5F2232. Grayscale: #C8C8C8. Windows color (decimal): -6234675 or 13491616. OLE color: 13491616.

HSL color Cylindrical-coordinate representation of color #A0DDCD: hue angle of 164.26º degrees, saturation: 0.47, 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 #A0DDCD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB160221205-
CMYK0.2800.070.13
HSL164.26º47.29%74.71%-
HSV(B)164.26º27.6%86.67%-
XYZ51.3763.5967.32-
YUV200.94130.2998.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=27.30%
G=37.71%
B=34.98%

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
Decimal1602212050.2800.070.13164.2647.2974.71
HexA0DDCD1C07Da42f4b
Octal24033531534071524457113
Binary1010000011011101110011011110001111101101001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDCD; }

 p { color: rgb(160,221,205); }

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

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

 a { background-color: rgb(160,221,205); }

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

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

 span { border-color: rgb(160,221,205); }

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