#51DEAF

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

Shades of Medium Aquamarine #51DEAF

Tints of Medium Aquamarine #51DEAF

Color information

#51DEAF (or 0x51DEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 51, DE and AF. RGB value is (81,222,175). Sum of RGB (Red+Green+Blue) = 81+222+175=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #51DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DEAF is #AE2150. Grayscale: #AEAEAE. Windows color (decimal): -11411793 or 11525713. OLE color: 11525713.

HSL color Cylindrical-coordinate representation of color #51DEAF: hue angle of 160º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DEAF is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB81222175-
CMYK0.6400.210.13
HSL160º68.12%59.41%-
HSV(B)160º63.51%87.06%-
XYZ37.2557.0949.61-
YUV174.48128.2961.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.95%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=16.95%
G=46.44%
B=36.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812221750.6400.210.1316068.1259.41
Hex51DEAF40015Da0443b
Octal1213362571000251524010473
Binary1010001110111101010111110000000101011101101000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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