#AAD6CD

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

Shades of Scandal #AAD6CD

Tints of Scandal #AAD6CD

Color information

#AAD6CD (or 0xAAD6CD) is unknown color: approx Scandal. HEX triplet: AA, D6 and CD. RGB value is (170,214,205). Sum of RGB (Red+Green+Blue) = 170+214+205=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6CD is #552932. Grayscale: #C7C7C7. Windows color (decimal): -5581107 or 13489834. OLE color: 13489834.

HSL color Cylindrical-coordinate representation of color #AAD6CD: hue angle of 167.73º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6CD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB170214205-
CMYK0.2100.040.16
HSL167.73º34.92%75.29%-
HSV(B)167.73º20.56%83.92%-
XYZ51.6461.0566.82-
YUV199.82130.92106.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=28.86%
G=36.33%
B=34.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702142050.2100.040.16167.7334.9275.29
HexAAD6CD150410a8234b
Octal25232631525042025043113
Binary10101010110101101100110110101010010000101010001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6CD; }

 p { color: rgb(170,214,205); }

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

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

 a { background-color: rgb(170,214,205); }

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

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

 span { border-color: rgb(170,214,205); }

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