#A0D4C9

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

Shades of Sinbad #A0D4C9

Tints of Sinbad #A0D4C9

Color information

#A0D4C9 (or 0xA0D4C9) is unknown color: approx Sinbad. HEX triplet: A0, D4 and C9. RGB value is (160,212,201). Sum of RGB (Red+Green+Blue) = 160+212+201=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4C9 is #5F2B36. Grayscale: #C3C3C3. Windows color (decimal): -6236983 or 13227168. OLE color: 13227168.

HSL color Cylindrical-coordinate representation of color #A0D4C9: hue angle of 167.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D4C9 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB160212201-
CMYK0.2500.050.17
HSL167.31º37.68%72.94%-
HSV(B)167.31º24.53%83.14%-
XYZ48.5858.7864.04-
YUV195.2131.27102.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=27.92%
G=37.00%
B=35.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602122010.2500.050.17167.3137.6872.94
HexA0D4C9190511a72649
Octal24032431131052124746111
Binary10100000110101001100100111001010110001101001111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D4C9; }

 p { color: rgb(160,212,201); }

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

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

 a { background-color: rgb(160,212,201); }

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

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

 span { border-color: rgb(160,212,201); }

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