#55DEB2

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

Shades of Medium Aquamarine #55DEB2

Tints of Medium Aquamarine #55DEB2

Color information

#55DEB2 (or 0x55DEB2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DE and B2. RGB value is (85,222,178). Sum of RGB (Red+Green+Blue) = 85+222+178=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEB2 is #AA214D. Grayscale: #B0B0B0. Windows color (decimal): -11149646 or 11722325. OLE color: 11722325.

HSL color Cylindrical-coordinate representation of color #55DEB2: hue angle of 160.73º 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 #55DEB2 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB85222178-
CMYK0.6200.200.13
HSL160.73º67.49%60.2%-
HSV(B)160.73º61.71%87.06%-
XYZ37.957.3951.2-
YUV176.02129.1163.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.53%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=17.53%
G=45.77%
B=36.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221780.6200.200.13160.7367.4960.2
Hex55DEB23E014Da1433c
Octal125336262760241524110374
Binary101010111011110101100101111100101001101101000011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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