#ADD1CB

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

Shades of Scandal #ADD1CB

Tints of Scandal #ADD1CB

Color information

#ADD1CB (or 0xADD1CB) is unknown color: approx Scandal. HEX triplet: AD, D1 and CB. RGB value is (173,209,203). Sum of RGB (Red+Green+Blue) = 173+209+203=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CB is #522E34. Grayscale: #C5C5C5. Windows color (decimal): -5385781 or 13357485. OLE color: 13357485.

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

Color convert

RGB173209203-
CMYK0.1700.030.18
HSL170º28.12%74.9%-
HSV(B)170º17.22%81.96%-
XYZ50.8158.865.17-
YUV197.55131.07110.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=29.57%
G=35.73%
B=34.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732092030.1700.030.1817028.1274.9
HexADD1CB110312aa1c4b
Octal25532131321032225234113
Binary101011011101000111001011100010111001010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1CB; }

 p { color: rgb(173,209,203); }

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

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

 a { background-color: rgb(173,209,203); }

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

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

 span { border-color: rgb(173,209,203); }

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