Html Css Color HEX #51F295 Medium Aquamarine

📋 copy color: '#51F295'

red 81 ◦ green 242 ◦ blue 149

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

Shades of Medium Aquamarine #51F295

Tints of Medium Aquamarine #51F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.27%

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 17.16%
G = 51.27%
B = 31.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#51F295 (or 0x51F295) is known color: Medium Aquamarine. HEX triplet: 51, F2 and 95. RGB value is (81,242,149). Sum of RGB (Red+Green+Blue) = 81+242+149=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #51F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51F295 is #AE0D6A. Grayscale: #B7B7B7. Windows color (decimal): -11406699 or 9826897. OLE color: 9826897.

HSL color Cylindrical-coordinate representation of color #51F295: hue angle of 145.34º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F295 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 242 149 -
CMYK 0.67 0 0.38 0.05
HSL 145.34º 0.86% 0.63% -
HSV(B) 145.34º 0.67% 0.95% -
XYZ 40.57 67.42 39.31 -
YUV 183.26 108.66 55.06 -
System Red Green Blue C M Y K H S L
Decimal 81 242 149 0.67 0 0.38 0.05 145.34 0.86 0.63
Hex 51 F2 95 43 0 26 5 91 56 3F
Octal 121 362 225 103 0 46 5 221 126 77
Binary 1010001 11110010 10010101 1000011 0 100110 101 10010001 1010110 111111

Color Harmonies of #51F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F295

Black with #51F295

Text Example


Text Example

White with #51F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,242,149); }

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

background-color css

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

 a { background-color: rgb(81,242,149); }

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

border-color css

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

 span { border-color: rgb(81,242,149); }

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