#A1E0D5

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

Shades of Sinbad #A1E0D5

Tints of Sinbad #A1E0D5

Color information

#A1E0D5 (or 0xA1E0D5) is unknown color: approx Sinbad. HEX triplet: A1, E0 and D5. RGB value is (161,224,213). Sum of RGB (Red+Green+Blue) = 161+224+213=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0D5 is #5E1F2A. Grayscale: #CBCBCB. Windows color (decimal): -6168363 or 14016673. OLE color: 14016673.

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

Color convert

RGB161224213-
CMYK0.2800.050.12
HSL169.52º50.4%75.49%-
HSV(B)169.52º28.12%87.84%-
XYZ53.3665.6972.82-
YUV203.91133.1397.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=26.92%
G=37.46%
B=35.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612242130.2800.050.12169.5250.475.49
HexA1E0D51C05Caa324b
Octal24134032534051425262113
Binary1010000111100000110101011110001011100101010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0D5; }

 p { color: rgb(161,224,213); }

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

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

 a { background-color: rgb(161,224,213); }

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

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

 span { border-color: rgb(161,224,213); }

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