#ADD2CA

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

Shades of Scandal #ADD2CA

Tints of Scandal #ADD2CA

Color information

#ADD2CA (or 0xADD2CA) is unknown color: approx Scandal. HEX triplet: AD, D2 and CA. RGB value is (173,210,202). Sum of RGB (Red+Green+Blue) = 173+210+202=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CA is #522D35. Grayscale: #C6C6C6. Windows color (decimal): -5385526 or 13292205. OLE color: 13292205.

HSL color Cylindrical-coordinate representation of color #ADD2CA: hue angle of 167.03º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2CA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB173210202-
CMYK0.1800.040.18
HSL167.03º29.13%75.1%-
HSV(B)167.03º17.62%82.35%-
XYZ50.9459.2464.63-
YUV198.02130.24110.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=29.57%
G=35.90%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732102020.1800.040.18167.0329.1375.1
HexADD2CA120412a71d4b
Octal25532231222042224735113
Binary1010110111010010110010101001001001001010100111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD2CA; }

 p { color: rgb(173,210,202); }

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

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

 a { background-color: rgb(173,210,202); }

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

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

 span { border-color: rgb(173,210,202); }

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