#ADD8D0

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

Shades of Scandal #ADD8D0

Tints of Scandal #ADD8D0

Color information

#ADD8D0 (or 0xADD8D0) is unknown color: approx Scandal. HEX triplet: AD, D8 and D0. RGB value is (173,216,208). Sum of RGB (Red+Green+Blue) = 173+216+208=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8D0 is #52272F. Grayscale: #CACACA. Windows color (decimal): -5383984 or 13686957. OLE color: 13686957.

HSL color Cylindrical-coordinate representation of color #ADD8D0: hue angle of 168.84º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8D0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB173216208-
CMYK0.2000.040.15
HSL168.84º35.54%76.27%-
HSV(B)168.84º19.91%84.71%-
XYZ53.1762.5568.95-
YUV202.23131.25107.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=28.98%
G=36.18%
B=34.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732162080.2000.040.15168.8435.5476.27
HexADD8D01404Fa9244c
Octal25533032024041725144114
Binary1010110111011000110100001010001001111101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8D0; }

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

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

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

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

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

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

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

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