#55DEA2

Color #55DEA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #55DEA2

Tints of Medium Aquamarine #55DEA2

Color information

#55DEA2 (or 0x55DEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DE and A2. RGB value is (85,222,162). Sum of RGB (Red+Green+Blue) = 85+222+162=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA2 is #AA215D. Grayscale: #AEAEAE. Windows color (decimal): -11149662 or 10673749. OLE color: 10673749.

HSL color Cylindrical-coordinate representation of color #55DEA2: hue angle of 153.72º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEA2 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB85222162-
CMYK0.6200.270.13
HSL153.72º67.49%60.2%-
HSV(B)153.72º61.71%87.06%-
XYZ36.3956.7843.22-
YUV174.2121.1164.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=18.12%
G=47.33%
B=34.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221620.6200.270.13153.7267.4960.2
Hex55DEA23E01BD9a433c
Octal125336242760331523210374
Binary101010111011110101000101111100110111101100110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DEA2; }

 p { color: rgb(85,222,162); }

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

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

 a { background-color: rgb(85,222,162); }

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

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

 span { border-color: rgb(85,222,162); }

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