Html Css Color HEX #51EA96 Medium Aquamarine

📋 copy color: '#51EA96'

red 81 ◦ green 234 ◦ blue 150

#51EA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #51EA96

Tints of Medium Aquamarine #51EA96

RGB

 RED value IS 81 (32.03% from 255) = 17.42%

 GREEN value IS 234 (91.8% from 255) = 50.32%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 17.42%
G = 50.32%
B = 32.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#51EA96 (or 0x51EA96) is known color: Medium Aquamarine. HEX triplet: 51, EA and 96. RGB value is (81,234,150). Sum of RGB (Red+Green+Blue) = 81+234+150=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #51EA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EA96 is #AE1569. Grayscale: #B2B2B2. Windows color (decimal): -11408746 or 9890385. OLE color: 9890385.

HSL color Cylindrical-coordinate representation of color #51EA96: hue angle of 147.06º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EA96 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 234 150 -
CMYK 0.65 0 0.36 0.08
HSL 147.06º 0.78% 0.62% -
HSV(B) 147.06º 0.65% 0.92% -
XYZ 38.32 62.8 38.96 -
YUV 178.68 111.81 58.33 -
System Red Green Blue C M Y K H S L
Decimal 81 234 150 0.65 0 0.36 0.08 147.06 0.78 0.62
Hex 51 EA 96 41 0 24 8 93 4E 3E
Octal 121 352 226 101 0 44 10 223 116 76
Binary 1010001 11101010 10010110 1000001 0 100100 1000 10010011 1001110 111110

Color Harmonies of #51EA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EA96

Black with #51EA96

Text Example


Text Example

White with #51EA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51EA96;
 }
 .AnyTagClassName
 {
   color: #51EA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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