#A2E0DD

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

Shades of Sinbad #A2E0DD

Tints of Sinbad #A2E0DD

Color information

#A2E0DD (or 0xA2E0DD) is unknown color: approx Sinbad. HEX triplet: A2, E0 and DD. RGB value is (162,224,221). Sum of RGB (Red+Green+Blue) = 162+224+221=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0DD is #5D1F22. Grayscale: #CDCDCD. Windows color (decimal): -6102819 or 14540962. OLE color: 14540962.

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

Color convert

RGB162224221-
CMYK0.2800.010.12
HSL177.1º50%75.69%-
HSV(B)177.1º27.68%87.84%-
XYZ54.6166.2178.31-
YUV205.12136.9697.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.69%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=26.69%
G=36.90%
B=36.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622242210.2800.010.12177.15075.69
HexA2E0DD1C01Cb1324c
Octal24234033534011426162114
Binary10100010111000001101110111100011100101100011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0DD; }

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

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

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

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

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

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

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

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