#A3E1DA

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

Shades of Sinbad #A3E1DA

Tints of Sinbad #A3E1DA

Color information

#A3E1DA (or 0xA3E1DA) is unknown color: approx Sinbad. HEX triplet: A3, E1 and DA. RGB value is (163,225,218). Sum of RGB (Red+Green+Blue) = 163+225+218=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1DA is #5C1E25. Grayscale: #CDCDCD. Windows color (decimal): -6037030 or 14344611. OLE color: 14344611.

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

Color convert

RGB163225218-
CMYK0.2800.030.12
HSL173.23º50.82%76.08%-
HSV(B)173.23º27.56%88.24%-
XYZ54.6866.776.32-
YUV205.66134.9697.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.90%
GREEN value IS 225 (88.28% from 255) = 37.13%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=26.90%
G=37.13%
B=35.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632252180.2800.030.12173.2350.8276.08
HexA3E1DA1C03Cad334c
Octal24334133234031425563114
Binary101000111110000111011010111000111100101011011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1DA; }

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

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

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

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

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

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

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

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