#A0D5C5

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

Shades of Sinbad #A0D5C5

Tints of Sinbad #A0D5C5

Color information

#A0D5C5 (or 0xA0D5C5) is unknown color: approx Sinbad. HEX triplet: A0, D5 and C5. RGB value is (160,213,197). Sum of RGB (Red+Green+Blue) = 160+213+197=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5C5 is #5F2A3A. Grayscale: #C3C3C3. Windows color (decimal): -6236731 or 12965280. OLE color: 12965280.

HSL color Cylindrical-coordinate representation of color #A0D5C5: hue angle of 161.89º 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 #A0D5C5 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB160213197-
CMYK0.2500.080.16
HSL161.89º38.69%73.14%-
HSV(B)161.89º24.88%83.53%-
XYZ48.3759.0961.68-
YUV195.33128.94102.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=28.07%
G=37.37%
B=34.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131970.2500.080.16161.8938.6973.14
HexA0D5C5190810a22749
Octal240325305310102024247111
Binary101000001101010111000101110010100010000101000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D5C5; }

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

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

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

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

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

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

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

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