#A0E1DA

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

Shades of Sinbad #A0E1DA

Tints of Sinbad #A0E1DA

Color information

#A0E1DA (or 0xA0E1DA) is unknown color: approx Sinbad. HEX triplet: A0, E1 and DA. RGB value is (160,225,218). Sum of RGB (Red+Green+Blue) = 160+225+218=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1DA is #5F1E25. Grayscale: #CCCCCC. Windows color (decimal): -6233638 or 14344608. OLE color: 14344608.

HSL color Cylindrical-coordinate representation of color #A0E1DA: hue angle of 173.54º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1DA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB160225218-
CMYK0.2900.030.12
HSL173.54º52%75.49%-
HSV(B)173.54º28.89%88.24%-
XYZ54.0866.3976.29-
YUV204.77135.4796.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.53%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=26.53%
G=37.31%
B=36.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602252180.2900.030.12173.545275.49
HexA0E1DA1D03Cae344b
Octal24034133235031425664113
Binary101000001110000111011010111010111100101011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1DA; }

 p { color: rgb(160,225,218); }

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

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

 a { background-color: rgb(160,225,218); }

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

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

 span { border-color: rgb(160,225,218); }

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