Html Css Color HEX #51DCB4 Medium Aquamarine

📋 copy color: '#51DCB4'

red 81 ◦ green 220 ◦ blue 180

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

Shades of Medium Aquamarine #51DCB4

Tints of Medium Aquamarine #51DCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 16.84%
G = 45.74%
B = 37.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#51DCB4 (or 0x51DCB4) is known color: Medium Aquamarine. HEX triplet: 51, DC and B4. RGB value is (81,220,180). Sum of RGB (Red+Green+Blue) = 81+220+180=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCB4 is #AE234B. Grayscale: #ADADAD. Windows color (decimal): -11412300 or 11852881. OLE color: 11852881.

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

Color convert

RGB 81 220 180 -
CMYK 0.63 0 0.18 0.14
HSL 162.73º 0.67% 0.59% -
HSV(B) 162.73º 0.63% 0.86% -
XYZ 37.22 56.23 52.07 -
YUV 173.88 131.45 61.75 -
System Red Green Blue C M Y K H S L
Decimal 81 220 180 0.63 0 0.18 0.14 162.73 0.67 0.59
Hex 51 DC B4 3F 0 12 E A3 43 3B
Octal 121 334 264 77 0 22 16 243 103 73
Binary 1010001 11011100 10110100 111111 0 10010 1110 10100011 1000011 111011

Color Harmonies of #51DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCB4

Black with #51DCB4

Text Example


Text Example

White with #51DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,220,180); }

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

background-color css

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

 a { background-color: rgb(81,220,180); }

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

border-color css

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

 span { border-color: rgb(81,220,180); }

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