Html Css Color HEX #72DC9F Medium Aquamarine

📋 copy color: '#72DC9F'

red 114 ◦ green 220 ◦ blue 159

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

Shades of Medium Aquamarine #72DC9F

Tints of Medium Aquamarine #72DC9F

RGB

 RED value IS 114 (44.92% from 255) = 23.12%

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

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 23.12%
G = 44.62%
B = 32.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#72DC9F (or 0x72DC9F) is known color: Medium Aquamarine. HEX triplet: 72, DC and 9F. RGB value is (114,220,159). Sum of RGB (Red+Green+Blue) = 114+220+159=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC9F is #8D2360. Grayscale: #B5B5B5. Windows color (decimal): -9249633 or 10476658. OLE color: 10476658.

HSL color Cylindrical-coordinate representation of color #72DC9F: hue angle of 145.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC9F is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 159 -
CMYK 0.48 0 0.28 0.14
HSL 145.47º 0.6% 0.65% -
HSV(B) 145.47º 0.48% 0.86% -
XYZ 38.79 57.27 41.81 -
YUV 181.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 114 220 159 0.48 0 0.28 0.14 145.47 0.6 0.65
Hex 72 DC 9F 30 0 1C E 91 3C 41
Octal 162 334 237 60 0 34 16 221 74 101
Binary 1110010 11011100 10011111 110000 0 11100 1110 10010001 111100 1000001

Color Harmonies of #72DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC9F

Black with #72DC9F

Text Example


Text Example

White with #72DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72DC9F; }

 p { color: rgb(114,220,159); }

 H1.HeaderClassName
 {
   color: #72DC9F;
 }
 .AnyTagClassName
 {
   color: #72DC9F;
 }
</style>

background-color css

<style>
 a { background-color: #72DC9F; }

 a { background-color: rgb(114,220,159); }

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

border-color css

<style>
 span { border-color: #72DC9F; }

 span { border-color: rgb(114,220,159); }

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