#51CDB1

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

Shades of Medium Aquamarine #51CDB1

Tints of Medium Aquamarine #51CDB1

Color information

#51CDB1 (or 0x51CDB1) is unknown color: approx Medium Aquamarine. HEX triplet: 51, CD and B1. RGB value is (81,205,177). Sum of RGB (Red+Green+Blue) = 81+205+177=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CDB1 is #AE324E. Grayscale: #A4A4A4. Windows color (decimal): -11416143 or 11652433. OLE color: 11652433.

HSL color Cylindrical-coordinate representation of color #51CDB1: hue angle of 166.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CDB1 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB81205177-
CMYK0.6000.140.20
HSL166.45º55.36%56.08%-
HSV(B)166.45º60.49%80.39%-
XYZ33.1648.5949.23-
YUV164.73134.9268.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=17.49%
G=44.28%
B=38.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812051770.6000.140.20166.4555.3656.08
Hex51CDB13C0E14a63738
Octal12131526174016242466770
Binary10100011100110110110001111100011101010010100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,205,177); }

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

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

 a { background-color: rgb(81,205,177); }

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

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

 span { border-color: rgb(81,205,177); }

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