#A3E0DA

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

Shades of Sinbad #A3E0DA

Tints of Sinbad #A3E0DA

Color information

#A3E0DA (or 0xA3E0DA) is unknown color: approx Sinbad. HEX triplet: A3, E0 and DA. RGB value is (163,224,218). Sum of RGB (Red+Green+Blue) = 163+224+218=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E0DA is #5C1F25. Grayscale: #CDCDCD. Windows color (decimal): -6037286 or 14344355. OLE color: 14344355.

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

Color convert

RGB163224218-
CMYK0.2700.030.12
HSL174.1º49.59%75.88%-
HSV(B)174.1º27.23%87.84%-
XYZ54.4166.1676.23-
YUV205.08135.2997.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.94%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=26.94%
G=37.02%
B=36.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632242180.2700.030.12174.149.5975.88
HexA3E0DA1B03Cae324c
Octal24334033233031425662114
Binary101000111110000011011010110110111100101011101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E0DA; }

 p { color: rgb(163,224,218); }

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

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

 a { background-color: rgb(163,224,218); }

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

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

 span { border-color: rgb(163,224,218); }

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