Html Css Color HEX #72D9A6 Medium Aquamarine

📋 copy color: '#72D9A6'

red 114 ◦ green 217 ◦ blue 166

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

Shades of Medium Aquamarine #72D9A6

Tints of Medium Aquamarine #72D9A6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 22.94%
G = 43.66%
B = 33.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#72D9A6 (or 0x72D9A6) is known color: Medium Aquamarine. HEX triplet: 72, D9 and A6. RGB value is (114,217,166). Sum of RGB (Red+Green+Blue) = 114+217+166=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D9A6 is #8D2659. Grayscale: #B4B4B4. Windows color (decimal): -9250394 or 10934642. OLE color: 10934642.

HSL color Cylindrical-coordinate representation of color #72D9A6: hue angle of 150.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D9A6 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 166 -
CMYK 0.47 0 0.24 0.15
HSL 150.29º 0.58% 0.65% -
HSV(B) 150.29º 0.47% 0.85% -
XYZ 38.64 55.96 44.84 -
YUV 180.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 114 217 166 0.47 0 0.24 0.15 150.29 0.58 0.65
Hex 72 D9 A6 2F 0 18 F 96 3A 41
Octal 162 331 246 57 0 30 17 226 72 101
Binary 1110010 11011001 10100110 101111 0 11000 1111 10010110 111010 1000001

Color Harmonies of #72D9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D9A6

Black with #72D9A6

Text Example


Text Example

White with #72D9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,217,166); }

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

background-color css

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

 a { background-color: rgb(114,217,166); }

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

border-color css

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

 span { border-color: rgb(114,217,166); }

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