#51B97D

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

Shades of Emerald #51B97D

Tints of Emerald #51B97D

Color information

#51B97D (or 0x51B97D) is unknown color: approx Emerald. HEX triplet: 51, B9 and 7D. RGB value is (81,185,125). Sum of RGB (Red+Green+Blue) = 81+185+125=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #51B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B97D is #AE4682. Grayscale: #939393. Windows color (decimal): -11421315 or 8239441. OLE color: 8239441.

HSL color Cylindrical-coordinate representation of color #51B97D: hue angle of 145.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B97D is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB81185125-
CMYK0.5600.320.27
HSL145.38º42.62%52.16%-
HSV(B)145.38º56.22%72.55%-
XYZ24.4437.9325.43-
YUV147.06115.5480.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=20.72%
G=47.31%
B=31.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811851250.5600.320.27145.3842.6252.16
Hex51B97D380201B912b34
Octal12127117570040332215364
Binary101000110111001111110111100001000001101110010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,185,125); }

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

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

 a { background-color: rgb(81,185,125); }

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

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

 span { border-color: rgb(81,185,125); }

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