#51D2B0

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

Shades of Medium Aquamarine #51D2B0

Tints of Medium Aquamarine #51D2B0

Color information

#51D2B0 (or 0x51D2B0) is unknown color: approx Medium Aquamarine. HEX triplet: 51, D2 and B0. RGB value is (81,210,176). Sum of RGB (Red+Green+Blue) = 81+210+176=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #51D2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D2B0 is #AE2D4F. Grayscale: #A7A7A7. Windows color (decimal): -11414864 or 11588177. OLE color: 11588177.

HSL color Cylindrical-coordinate representation of color #51D2B0: hue angle of 164.19º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D2B0 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB81210176-
CMYK0.6100.160.18
HSL164.19º58.9%57.06%-
HSV(B)164.19º61.43%82.35%-
XYZ34.2850.9849.11-
YUV167.55132.7666.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.34%
GREEN value IS 210 (82.42% from 255) = 44.97%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=17.34%
G=44.97%
B=37.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812101760.6100.160.18164.1958.957.06
Hex51D2B03D01012a43b39
Octal12132226075020222447371
Binary101000111010010101100001111010100001001010100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51D2B0; }

 p { color: rgb(81,210,176); }

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

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

 a { background-color: rgb(81,210,176); }

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

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

 span { border-color: rgb(81,210,176); }

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