#A5E2DD

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

Shades of Sinbad #A5E2DD

Tints of Sinbad #A5E2DD

Color information

#A5E2DD (or 0xA5E2DD) is unknown color: approx Sinbad. HEX triplet: A5, E2 and DD. RGB value is (165,226,221). Sum of RGB (Red+Green+Blue) = 165+226+221=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2DD is #5A1D22. Grayscale: #CFCFCF. Windows color (decimal): -5905699 or 14541477. OLE color: 14541477.

HSL color Cylindrical-coordinate representation of color #A5E2DD: hue angle of 175.08º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2DD is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB165226221-
CMYK0.2700.020.11
HSL175.08º51.26%76.67%-
HSV(B)175.08º26.99%88.63%-
XYZ55.7667.6178.52-
YUV207.19135.7997.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 226 (88.67% from 255) = 36.93%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=26.96%
G=36.93%
B=36.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652262210.2700.020.11175.0851.2676.67
HexA5E2DD1B02Baf334d
Octal24534233533021325763115
Binary101001011110001011011101110110101011101011111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E2DD; }

 p { color: rgb(165,226,221); }

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

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

 a { background-color: rgb(165,226,221); }

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

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

 span { border-color: rgb(165,226,221); }

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