Html Css Color HEX #51DBAA Medium Aquamarine

📋 copy color: '#51DBAA'

red 81 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #51DBAA

Tints of Medium Aquamarine #51DBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 17.23%
G = 46.6%
B = 36.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#51DBAA (or 0x51DBAA) is known color: Medium Aquamarine. HEX triplet: 51, DB and AA. RGB value is (81,219,170). Sum of RGB (Red+Green+Blue) = 81+219+170=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBAA is #AE2455. Grayscale: #ACACAC. Windows color (decimal): -11412566 or 11197265. OLE color: 11197265.

HSL color Cylindrical-coordinate representation of color #51DBAA: hue angle of 158.7º 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 #51DBAA is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 219 170 -
CMYK 0.63 0 0.22 0.14
HSL 158.7º 0.66% 0.59% -
HSV(B) 158.7º 0.63% 0.86% -
XYZ 35.98 55.31 46.81 -
YUV 172.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 81 219 170 0.63 0 0.22 0.14 158.7 0.66 0.59
Hex 51 DB AA 3F 0 16 E 9F 42 3B
Octal 121 333 252 77 0 26 16 237 102 73
Binary 1010001 11011011 10101010 111111 0 10110 1110 10011111 1000010 111011

Color Harmonies of #51DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DBAA

Black with #51DBAA

Text Example


Text Example

White with #51DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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