#A2E3DD

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

Shades of Sinbad #A2E3DD

Tints of Sinbad #A2E3DD

Color information

#A2E3DD (or 0xA2E3DD) is unknown color: approx Sinbad. HEX triplet: A2, E3 and DD. RGB value is (162,227,221). Sum of RGB (Red+Green+Blue) = 162+227+221=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3DD is #5D1C22. Grayscale: #CECECE. Windows color (decimal): -6102051 or 14541730. OLE color: 14541730.

HSL color Cylindrical-coordinate representation of color #A2E3DD: hue angle of 174.46º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E3DD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB162227221-
CMYK0.2900.030.11
HSL174.46º53.72%76.27%-
HSV(B)174.46º28.63%89.02%-
XYZ55.4267.8478.58-
YUV206.88135.9795.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.56%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=26.56%
G=37.21%
B=36.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622272210.2900.030.11174.4653.7276.27
HexA2E3DD1D03Bae364c
Octal24234333535031325666114
Binary101000101110001111011101111010111011101011101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E3DD; }

 p { color: rgb(162,227,221); }

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

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

 a { background-color: rgb(162,227,221); }

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

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

 span { border-color: rgb(162,227,221); }

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