#ADD6C9

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

Shades of Scandal #ADD6C9

Tints of Scandal #ADD6C9

Color information

#ADD6C9 (or 0xADD6C9) is unknown color: approx Scandal. HEX triplet: AD, D6 and C9. RGB value is (173,214,201). Sum of RGB (Red+Green+Blue) = 173+214+201=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C9 is #522936. Grayscale: #C8C8C8. Windows color (decimal): -5384503 or 13227693. OLE color: 13227693.

HSL color Cylindrical-coordinate representation of color #ADD6C9: hue angle of 160.98º degrees, saturation: 0.33, 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 #ADD6C9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB173214201-
CMYK0.1900.060.16
HSL160.98º33.33%75.88%-
HSV(B)160.98º19.16%83.92%-
XYZ51.8261.1964.34-
YUV200.26128.42108.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=29.42%
G=36.39%
B=34.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732142010.1900.060.16160.9833.3375.88
HexADD6C9130610a1214c
Octal25532631123062024141114
Binary10101101110101101100100110011011010000101000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6C9; }

 p { color: rgb(173,214,201); }

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

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

 a { background-color: rgb(173,214,201); }

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

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

 span { border-color: rgb(173,214,201); }

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