#A0D5C6

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

Shades of Sinbad #A0D5C6

Tints of Sinbad #A0D5C6

Color information

#A0D5C6 (or 0xA0D5C6) is unknown color: approx Sinbad. HEX triplet: A0, D5 and C6. RGB value is (160,213,198). Sum of RGB (Red+Green+Blue) = 160+213+198=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5C6 is #5F2A39. Grayscale: #C3C3C3. Windows color (decimal): -6236730 or 13030816. OLE color: 13030816.

HSL color Cylindrical-coordinate representation of color #A0D5C6: hue angle of 163.02º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5C6 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB160213198-
CMYK0.2500.070.16
HSL163.02º38.69%73.14%-
HSV(B)163.02º24.88%83.53%-
XYZ48.4859.1462.29-
YUV195.44129.44102.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=28.02%
G=37.30%
B=34.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131980.2500.070.16163.0238.6973.14
HexA0D5C6190710a32749
Octal24032530631072024347111
Binary10100000110101011100011011001011110000101000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D5C6; }

 p { color: rgb(160,213,198); }

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

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

 a { background-color: rgb(160,213,198); }

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

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

 span { border-color: rgb(160,213,198); }

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