#A0E2DE

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

Shades of Sinbad #A0E2DE

Tints of Sinbad #A0E2DE

Color information

#A0E2DE (or 0xA0E2DE) is unknown color: approx Sinbad. HEX triplet: A0, E2 and DE. RGB value is (160,226,222). Sum of RGB (Red+Green+Blue) = 160+226+222=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E2DE is #5F1D21. Grayscale: #CDCDCD. Windows color (decimal): -6233378 or 14607008. OLE color: 14607008.

HSL color Cylindrical-coordinate representation of color #A0E2DE: hue angle of 176.36º degrees, saturation: 0.53, 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 #A0E2DE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB160226222-
CMYK0.2900.020.11
HSL176.36º53.23%75.69%-
HSV(B)176.36º29.2%88.63%-
XYZ54.8867.1479.17-
YUV205.81137.1395.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.32%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=26.32%
G=37.17%
B=36.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602262220.2900.020.11176.3653.2375.69
HexA0E2DE1D02Bb0354c
Octal24034233635021326065114
Binary101000001110001011011110111010101011101100001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E2DE; }

 p { color: rgb(160,226,222); }

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

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

 a { background-color: rgb(160,226,222); }

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

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

 span { border-color: rgb(160,226,222); }

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