Html Css Color HEX #51DBA0 Medium Aquamarine

📋 copy color: '#51DBA0'

red 81 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #51DBA0

Tints of Medium Aquamarine #51DBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 17.61%
G = 47.61%
B = 34.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#51DBA0 (or 0x51DBA0) is known color: Medium Aquamarine. HEX triplet: 51, DB and A0. RGB value is (81,219,160). Sum of RGB (Red+Green+Blue) = 81+219+160=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBA0 is #AE245F. Grayscale: #ABABAB. Windows color (decimal): -11412576 or 10541905. OLE color: 10541905.

HSL color Cylindrical-coordinate representation of color #51DBA0: hue angle of 154.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DBA0 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 219 160 -
CMYK 0.63 0 0.27 0.14
HSL 154.35º 0.66% 0.59% -
HSV(B) 154.35º 0.63% 0.86% -
XYZ 35.07 54.95 42.02 -
YUV 171.01 121.78 63.8 -
System Red Green Blue C M Y K H S L
Decimal 81 219 160 0.63 0 0.27 0.14 154.35 0.66 0.59
Hex 51 DB A0 3F 0 1B E 9A 42 3B
Octal 121 333 240 77 0 33 16 232 102 73
Binary 1010001 11011011 10100000 111111 0 11011 1110 10011010 1000010 111011

Color Harmonies of #51DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBA0

Black with #51DBA0

Text Example


Text Example

White with #51DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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