#A0DEC9

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

Shades of Scandal #A0DEC9

Tints of Scandal #A0DEC9

Color information

#A0DEC9 (or 0xA0DEC9) is unknown color: approx Scandal. HEX triplet: A0, DE and C9. RGB value is (160,222,201). Sum of RGB (Red+Green+Blue) = 160+222+201=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEC9 is #5F2136. Grayscale: #C9C9C9. Windows color (decimal): -6234423 or 13229728. OLE color: 13229728.

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

Color convert

RGB160222201-
CMYK0.2800.090.13
HSL159.68º48.44%74.9%-
HSV(B)159.68º27.93%87.06%-
XYZ51.1663.9364.9-
YUV201.07127.9698.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=27.44%
G=38.08%
B=34.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602222010.2800.090.13159.6848.4474.9
HexA0DEC91C09Da0304b
Octal240336311340111524060113
Binary10100000110111101100100111100010011101101000001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DEC9; }

 p { color: rgb(160,222,201); }

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

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

 a { background-color: rgb(160,222,201); }

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

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

 span { border-color: rgb(160,222,201); }

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