#AAD0CD

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

Shades of Sinbad #AAD0CD

Tints of Sinbad #AAD0CD

Color information

#AAD0CD (or 0xAAD0CD) is unknown color: approx Sinbad. HEX triplet: AA, D0 and CD. RGB value is (170,208,205). Sum of RGB (Red+Green+Blue) = 170+208+205=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CD is #552F32. Grayscale: #C4C4C4. Windows color (decimal): -5582643 or 13488298. OLE color: 13488298.

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

Color convert

RGB170208205-
CMYK0.1800.010.18
HSL175.26º28.79%74.12%-
HSV(B)175.26º18.27%81.57%-
XYZ50.1558.0766.32-
YUV196.3132.91109.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=29.16%
G=35.68%
B=35.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082050.1800.010.18175.2628.7974.12
HexAAD0CD120112af1d4a
Octal25232031522012225735112
Binary10101010110100001100110110010011001010101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0CD; }

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

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

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

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

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

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

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

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