#51D49C

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

Shades of Medium Aquamarine #51D49C

Tints of Medium Aquamarine #51D49C

Color information

#51D49C (or 0x51D49C) is unknown color: approx Medium Aquamarine. HEX triplet: 51, D4 and 9C. RGB value is (81,212,156). Sum of RGB (Red+Green+Blue) = 81+212+156=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #51D49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D49C is #AE2B63. Grayscale: #A6A6A6. Windows color (decimal): -11414372 or 10277969. OLE color: 10277969.

HSL color Cylindrical-coordinate representation of color #51D49C: hue angle of 154.35º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D49C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB81212156-
CMYK0.6200.260.17
HSL154.35º60.37%57.45%-
HSV(B)154.35º61.79%83.14%-
XYZ32.9451.2439.61-
YUV166.45122.167.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 212 (83.20% from 255) = 47.22%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=18.04%
G=47.22%
B=34.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal812121560.6200.260.17154.3560.3757.45
Hex51D49C3E01A119a3c39
Octal12132423476032212327471
Binary101000111010100100111001111100110101000110011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,212,156); }

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

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

 a { background-color: rgb(81,212,156); }

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

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

 span { border-color: rgb(81,212,156); }

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