#51D496

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

Shades of Medium Aquamarine #51D496

Tints of Medium Aquamarine #51D496

Color information

#51D496 (or 0x51D496) is unknown color: approx Medium Aquamarine. HEX triplet: 51, D4 and 96. RGB value is (81,212,150). Sum of RGB (Red+Green+Blue) = 81+212+150=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #51D496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D496 is #AE2B69. Grayscale: #A5A5A5. Windows color (decimal): -11414378 or 9884753. OLE color: 9884753.

HSL color Cylindrical-coordinate representation of color #51D496: hue angle of 151.6º 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 #51D496 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB81212150-
CMYK0.6200.290.17
HSL151.6º60.37%57.45%-
HSV(B)151.6º61.79%83.14%-
XYZ32.4451.0437-
YUV165.76119.167.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=18.28%
G=47.86%
B=33.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal812121500.6200.290.17151.660.3757.45
Hex51D4963E01D11983c39
Octal12132422676035212307471
Binary101000111010100100101101111100111011000110011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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