#A0E3DE

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

Shades of Sinbad #A0E3DE

Tints of Sinbad #A0E3DE

Color information

#A0E3DE (or 0xA0E3DE) is unknown color: approx Sinbad. HEX triplet: A0, E3 and DE. RGB value is (160,227,222). Sum of RGB (Red+Green+Blue) = 160+227+222=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3DE is #5F1C21. Grayscale: #CECECE. Windows color (decimal): -6233122 or 14607264. OLE color: 14607264.

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

Color convert

RGB160227222-
CMYK0.3000.020.11
HSL175.52º54.47%75.88%-
HSV(B)175.52º29.52%89.02%-
XYZ55.1567.6979.27-
YUV206.4136.894.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=26.27%
G=37.27%
B=36.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602272220.3000.020.11175.5254.4775.88
HexA0E3DE1E02Bb0364c
Octal24034333636021326066114
Binary101000001110001111011110111100101011101100001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3DE; }

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

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

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

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

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

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

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

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