#55CEAD

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

Shades of Medium Aquamarine #55CEAD

Tints of Medium Aquamarine #55CEAD

Color information

#55CEAD (or 0x55CEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CE and AD. RGB value is (85,206,173). Sum of RGB (Red+Green+Blue) = 85+206+173=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAD is #AA3152. Grayscale: #A6A6A6. Windows color (decimal): -11153747 or 11390549. OLE color: 11390549.

HSL color Cylindrical-coordinate representation of color #55CEAD: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEAD is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB85206173-
CMYK0.5900.160.19
HSL163.64º55.25%57.06%-
HSV(B)163.64º58.74%80.78%-
XYZ33.3649.0947.25-
YUV166.06131.9170.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=18.32%
G=44.40%
B=37.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852061730.5900.160.19163.6455.2557.06
Hex55CEAD3B01013a43739
Octal12531625573020232446771
Binary101010111001110101011011110110100001001110100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,206,173); }

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

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

 a { background-color: rgb(85,206,173); }

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

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

 span { border-color: rgb(85,206,173); }

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