#AAD2D0

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

Shades of Sinbad #AAD2D0

Tints of Sinbad #AAD2D0

Color information

#AAD2D0 (or 0xAAD2D0) is unknown color: approx Sinbad. HEX triplet: AA, D2 and D0. RGB value is (170,210,208). Sum of RGB (Red+Green+Blue) = 170+210+208=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2D0 is #552D2F. Grayscale: #C5C5C5. Windows color (decimal): -5582128 or 13685418. OLE color: 13685418.

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

Color convert

RGB170210208-
CMYK0.1900.010.18
HSL177º30.77%74.51%-
HSV(B)177º19.05%82.35%-
XYZ51.0159.1968.41-
YUV197.81133.75108.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=28.91%
G=35.71%
B=35.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702102080.1900.010.1817730.7774.51
HexAAD2D0130112b11f4b
Octal25232232023012226137113
Binary10101010110100101101000010011011001010110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2D0; }

 p { color: rgb(170,210,208); }

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

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

 a { background-color: rgb(170,210,208); }

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

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

 span { border-color: rgb(170,210,208); }

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