#51CFA0

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

Shades of Medium Aquamarine #51CFA0

Tints of Medium Aquamarine #51CFA0

Color information

#51CFA0 (or 0x51CFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 51, CF and A0. RGB value is (81,207,160). Sum of RGB (Red+Green+Blue) = 81+207+160=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CFA0 is #AE305F. Grayscale: #A4A4A4. Windows color (decimal): -11415648 or 10538833. OLE color: 10538833.

HSL color Cylindrical-coordinate representation of color #51CFA0: hue angle of 157.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFA0 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB81207160-
CMYK0.6100.230.19
HSL157.62º56.76%56.47%-
HSV(B)157.62º60.87%81.18%-
XYZ32.0548.9141.01-
YUV163.97125.7668.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=18.08%
G=46.21%
B=35.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812071600.6100.230.19157.6256.7656.47
Hex51CFA03D017139e3938
Octal12131724075027232367170
Binary101000111001111101000001111010101111001110011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,207,160); }

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

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

 a { background-color: rgb(81,207,160); }

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

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

 span { border-color: rgb(81,207,160); }

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