#51CA8A

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

Shades of Emerald #51CA8A

Tints of Emerald #51CA8A

Color information

#51CA8A (or 0x51CA8A) is unknown color: approx Emerald. HEX triplet: 51, CA and 8A. RGB value is (81,202,138). Sum of RGB (Red+Green+Blue) = 81+202+138=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CA8A is #AE3575. Grayscale: #9E9E9E. Windows color (decimal): -11416950 or 9095761. OLE color: 9095761.

HSL color Cylindrical-coordinate representation of color #51CA8A: hue angle of 148.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA8A is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB81202138-
CMYK0.6000.320.21
HSL148.26º53.3%55.49%-
HSV(B)148.26º59.9%79.22%-
XYZ29.145.8331.36-
YUV158.52116.4172.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=19.24%
G=47.98%
B=32.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021380.6000.320.21148.2653.355.49
Hex51CA8A3C02015943537
Octal12131221274040252246567
Binary1010001110010101000101011110001000001010110010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,202,138); }

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

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

 a { background-color: rgb(81,202,138); }

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

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

 span { border-color: rgb(81,202,138); }

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