#55CEA1

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

Shades of Medium Aquamarine #55CEA1

Tints of Medium Aquamarine #55CEA1

Color information

#55CEA1 (or 0x55CEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CE and A1. RGB value is (85,206,161). Sum of RGB (Red+Green+Blue) = 85+206+161=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEA1 is #AA315E. Grayscale: #A4A4A4. Windows color (decimal): -11153759 or 10604117. OLE color: 10604117.

HSL color Cylindrical-coordinate representation of color #55CEA1: hue angle of 157.69º 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 #55CEA1 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB85206161-
CMYK0.5900.220.19
HSL157.69º55.25%57.06%-
HSV(B)157.69º58.74%80.78%-
XYZ32.2548.6541.41-
YUV164.69125.9171.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=18.81%
G=45.58%
B=35.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852061610.5900.220.19157.6955.2557.06
Hex55CEA13B016139e3739
Octal12531624173026232366771
Binary101010111001110101000011110110101101001110011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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