#A0D0CD

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

Shades of Sinbad #A0D0CD

Tints of Sinbad #A0D0CD

Color information

#A0D0CD (or 0xA0D0CD) is unknown color: approx Sinbad. HEX triplet: A0, D0 and CD. RGB value is (160,208,205). Sum of RGB (Red+Green+Blue) = 160+208+205=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0CD is #5F2F32. Grayscale: #C1C1C1. Windows color (decimal): -6238003 or 13488288. OLE color: 13488288.

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

Color convert

RGB160208205-
CMYK0.2300.010.18
HSL176.25º33.8%72.16%-
HSV(B)176.25º23.08%81.57%-
XYZ48.0756.9966.22-
YUV193.31134.6104.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=27.92%
G=36.30%
B=35.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602082050.2300.010.18176.2533.872.16
HexA0D0CD170112b02248
Octal24032031527012226042110
Binary101000001101000011001101101110110010101100001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D0CD; }

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

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

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

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

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

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

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

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