#ADD0CE

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

Shades of Sinbad #ADD0CE

Tints of Sinbad #ADD0CE

Color information

#ADD0CE (or 0xADD0CE) is unknown color: approx Sinbad. HEX triplet: AD, D0 and CE. RGB value is (173,208,206). Sum of RGB (Red+Green+Blue) = 173+208+206=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CE is #522F31. Grayscale: #C5C5C5. Windows color (decimal): -5386034 or 13553837. OLE color: 13553837.

HSL color Cylindrical-coordinate representation of color #ADD0CE: hue angle of 176.57º degrees, saturation: 0.27, 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 #ADD0CE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB173208206-
CMYK0.1700.010.18
HSL176.57º27.13%74.71%-
HSV(B)176.57º16.83%81.57%-
XYZ50.9358.4566.99-
YUV197.31132.9110.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=29.47%
G=35.43%
B=35.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732082060.1700.010.18176.5727.1374.71
HexADD0CE110112b11b4b
Octal25532031621012226133113
Binary10101101110100001100111010001011001010110001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0CE; }

 p { color: rgb(173,208,206); }

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

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

 a { background-color: rgb(173,208,206); }

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

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

 span { border-color: rgb(173,208,206); }

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