#ADD0CD

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

Shades of Sinbad #ADD0CD

Tints of Sinbad #ADD0CD

Color information

#ADD0CD (or 0xADD0CD) is unknown color: approx Sinbad. HEX triplet: AD, D0 and CD. RGB value is (173,208,205). Sum of RGB (Red+Green+Blue) = 173+208+205=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CD is #522F32. Grayscale: #C5C5C5. Windows color (decimal): -5386035 or 13488301. OLE color: 13488301.

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

Color convert

RGB173208205-
CMYK0.1700.010.18
HSL174.86º27.13%74.71%-
HSV(B)174.86º16.83%81.57%-
XYZ50.8158.466.35-
YUV197.19132.4110.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=29.52%
G=35.49%
B=34.98%

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
Decimal1732082050.1700.010.18174.8627.1374.71
HexADD0CD110112af1b4b
Octal25532031521012225733113
Binary10101101110100001100110110001011001010101111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0CD; }

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

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

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

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

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

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

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

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