Html Css Color HEX #72D9AF Medium Aquamarine

📋 copy color: '#72D9AF'

red 114 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #72D9AF

Tints of Medium Aquamarine #72D9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 22.53%
G = 42.89%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#72D9AF (or 0x72D9AF) is known color: Medium Aquamarine. HEX triplet: 72, D9 and AF. RGB value is (114,217,175). Sum of RGB (Red+Green+Blue) = 114+217+175=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #72D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D9AF is #8D2650. Grayscale: #B5B5B5. Windows color (decimal): -9250385 or 11524466. OLE color: 11524466.

HSL color Cylindrical-coordinate representation of color #72D9AF: hue angle of 155.53º 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 #72D9AF is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 175 -
CMYK 0.47 0 0.19 0.15
HSL 155.53º 0.58% 0.65% -
HSV(B) 155.53º 0.47% 0.85% -
XYZ 39.49 56.3 49.34 -
YUV 181.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 114 217 175 0.47 0 0.19 0.15 155.53 0.58 0.65
Hex 72 D9 AF 2F 0 13 F 9C 3A 41
Octal 162 331 257 57 0 23 17 234 72 101
Binary 1110010 11011001 10101111 101111 0 10011 1111 10011100 111010 1000001

Color Harmonies of #72D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D9AF

Black with #72D9AF

Text Example


Text Example

White with #72D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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