Html Css Color HEX #72D2AD Medium Aquamarine

📋 copy color: '#72D2AD'

red 114 ◦ green 210 ◦ blue 173

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

Shades of Medium Aquamarine #72D2AD

Tints of Medium Aquamarine #72D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 22.94%
G = 42.25%
B = 34.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#72D2AD (or 0x72D2AD) is known color: Medium Aquamarine. HEX triplet: 72, D2 and AD. RGB value is (114,210,173). Sum of RGB (Red+Green+Blue) = 114+210+173=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #72D2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D2AD is #8D2D52. Grayscale: #B1B1B1. Windows color (decimal): -9252179 or 11391602. OLE color: 11391602.

HSL color Cylindrical-coordinate representation of color #72D2AD: hue angle of 156.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D2AD is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 210 173 -
CMYK 0.46 0 0.18 0.18
HSL 156.88º 0.52% 0.64% -
HSV(B) 156.88º 0.46% 0.82% -
XYZ 37.53 52.69 47.73 -
YUV 177.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 114 210 173 0.46 0 0.18 0.18 156.88 0.52 0.64
Hex 72 D2 AD 2E 0 12 12 9D 34 40
Octal 162 322 255 56 0 22 22 235 64 100
Binary 1110010 11010010 10101101 101110 0 10010 10010 10011101 110100 1000000

Color Harmonies of #72D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D2AD

Black with #72D2AD

Text Example


Text Example

White with #72D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,210,173); }

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

background-color css

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

 a { background-color: rgb(114,210,173); }

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

border-color css

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

 span { border-color: rgb(114,210,173); }

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