#A3E1DD

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

Shades of Sinbad #A3E1DD

Tints of Sinbad #A3E1DD

Color information

#A3E1DD (or 0xA3E1DD) is unknown color: approx Sinbad. HEX triplet: A3, E1 and DD. RGB value is (163,225,221). Sum of RGB (Red+Green+Blue) = 163+225+221=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1DD is #5C1E22. Grayscale: #CDCDCD. Windows color (decimal): -6037027 or 14541219. OLE color: 14541219.

HSL color Cylindrical-coordinate representation of color #A3E1DD: hue angle of 176.13º 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 #A3E1DD is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB163225221-
CMYK0.2800.020.12
HSL176.13º50.82%76.08%-
HSV(B)176.13º27.56%88.24%-
XYZ55.0866.8678.41-
YUV206.01136.4697.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.77%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=26.77%
G=36.95%
B=36.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632252210.2800.020.12176.1350.8276.08
HexA3E1DD1C02Cb0334c
Octal24334133534021426063114
Binary101000111110000111011101111000101100101100001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1DD; }

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

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

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

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

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

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

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

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