Html Css Color HEX #51DAB0 Medium Aquamarine

📋 copy color: '#51DAB0'

red 81 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #51DAB0

Tints of Medium Aquamarine #51DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 17.05%
G = 45.89%
B = 37.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#51DAB0 (or 0x51DAB0) is known color: Medium Aquamarine. HEX triplet: 51, DA and B0. RGB value is (81,218,176). Sum of RGB (Red+Green+Blue) = 81+218+176=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #51DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DAB0 is #AE254F. Grayscale: #ACACAC. Windows color (decimal): -11412816 or 11590225. OLE color: 11590225.

HSL color Cylindrical-coordinate representation of color #51DAB0: hue angle of 161.61º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DAB0 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 218 176 -
CMYK 0.63 0 0.19 0.15
HSL 161.61º 0.65% 0.59% -
HSV(B) 161.61º 0.63% 0.85% -
XYZ 36.3 55.03 49.78 -
YUV 172.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 81 218 176 0.63 0 0.19 0.15 161.61 0.65 0.59
Hex 51 DA B0 3F 0 13 F A2 41 3B
Octal 121 332 260 77 0 23 17 242 101 73
Binary 1010001 11011010 10110000 111111 0 10011 1111 10100010 1000001 111011

Color Harmonies of #51DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DAB0

Black with #51DAB0

Text Example


Text Example

White with #51DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,218,176); }

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

background-color css

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

 a { background-color: rgb(81,218,176); }

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

border-color css

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

 span { border-color: rgb(81,218,176); }

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