#51FCAF

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

Shades of Medium Aquamarine #51FCAF

Tints of Medium Aquamarine #51FCAF

Color information

#51FCAF (or 0x51FCAF) is unknown color: approx Medium Aquamarine. HEX triplet: 51, FC and AF. RGB value is (81,252,175). Sum of RGB (Red+Green+Blue) = 81+252+175=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FCAF is #AE0350. Grayscale: #C0C0C0. Windows color (decimal): -11404113 or 11533393. OLE color: 11533393.

HSL color Cylindrical-coordinate representation of color #51FCAF: hue angle of 152.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FCAF is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB81252175-
CMYK0.6800.310.01
HSL152.98º96.61%65.29%-
HSV(B)152.98º67.86%98.82%-
XYZ45.9474.4752.51-
YUV192.09118.3548.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.94%
GREEN value IS 252 (98.83% from 255) = 49.61%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=15.94%
G=49.61%
B=34.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal812521750.6800.310.01152.9896.6165.29
Hex51FCAF4401F1996141
Octal1213742571040371231141101
Binary10100011111110010101111100010001111111001100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,252,175); }

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

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

 a { background-color: rgb(81,252,175); }

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

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

 span { border-color: rgb(81,252,175); }

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