#ADD9D4

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

Shades of Scandal #ADD9D4

Tints of Scandal #ADD9D4

Color information

#ADD9D4 (or 0xADD9D4) is unknown color: approx Scandal. HEX triplet: AD, D9 and D4. RGB value is (173,217,212). Sum of RGB (Red+Green+Blue) = 173+217+212=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9D4 is #52262B. Grayscale: #CBCBCB. Windows color (decimal): -5383724 or 13949357. OLE color: 13949357.

HSL color Cylindrical-coordinate representation of color #ADD9D4: hue angle of 173.18º degrees, saturation: 0.37, 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 #ADD9D4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB173217212-
CMYK0.2000.020.15
HSL173.18º36.67%76.47%-
HSV(B)173.18º20.28%85.1%-
XYZ53.9363.2671.66-
YUV203.27132.92106.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 217 (85.16% from 255) = 36.05%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=28.74%
G=36.05%
B=35.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732172120.2000.020.15173.1836.6776.47
HexADD9D41402Fad254c
Octal25533132424021725545114
Binary101011011101100111010100101000101111101011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9D4; }

 p { color: rgb(173,217,212); }

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

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

 a { background-color: rgb(173,217,212); }

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

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

 span { border-color: rgb(173,217,212); }

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