#ADD5D0

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

Shades of Scandal #ADD5D0

Tints of Scandal #ADD5D0

Color information

#ADD5D0 (or 0xADD5D0) is unknown color: approx Scandal. HEX triplet: AD, D5 and D0. RGB value is (173,213,208). Sum of RGB (Red+Green+Blue) = 173+213+208=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5D0 is #522A2F. Grayscale: #C8C8C8. Windows color (decimal): -5384752 or 13686189. OLE color: 13686189.

HSL color Cylindrical-coordinate representation of color #ADD5D0: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5D0 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB173213208-
CMYK0.1900.020.16
HSL172.5º32.26%75.69%-
HSV(B)172.5º18.78%83.53%-
XYZ52.4161.0368.69-
YUV200.47132.25108.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=29.12%
G=35.86%
B=35.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732132080.1900.020.16172.532.2675.69
HexADD5D0130210ac204c
Octal25532532023022025440114
Binary1010110111010101110100001001101010000101011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5D0; }

 p { color: rgb(173,213,208); }

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

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

 a { background-color: rgb(173,213,208); }

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

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

 span { border-color: rgb(173,213,208); }

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