Html Css Color HEX #72DFA1 Medium Aquamarine

📋 copy color: '#72DFA1'

red 114 ◦ green 223 ◦ blue 161

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

Shades of Medium Aquamarine #72DFA1

Tints of Medium Aquamarine #72DFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 22.89%
G = 44.78%
B = 32.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#72DFA1 (or 0x72DFA1) is known color: Medium Aquamarine. HEX triplet: 72, DF and A1. RGB value is (114,223,161). Sum of RGB (Red+Green+Blue) = 114+223+161=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DFA1 is #8D205E. Grayscale: #B7B7B7. Windows color (decimal): -9248863 or 10608498. OLE color: 10608498.

HSL color Cylindrical-coordinate representation of color #72DFA1: hue angle of 145.87º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFA1 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 161 -
CMYK 0.49 0 0.28 0.13
HSL 145.87º 0.63% 0.66% -
HSV(B) 145.87º 0.49% 0.87% -
XYZ 39.76 58.93 43 -
YUV 183.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 114 223 161 0.49 0 0.28 0.13 145.87 0.63 0.66
Hex 72 DF A1 31 0 1C D 92 3F 42
Octal 162 337 241 61 0 34 15 222 77 102
Binary 1110010 11011111 10100001 110001 0 11100 1101 10010010 111111 1000010

Color Harmonies of #72DFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFA1

Black with #72DFA1

Text Example


Text Example

White with #72DFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,161); }

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

background-color css

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

 a { background-color: rgb(114,223,161); }

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

border-color css

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

 span { border-color: rgb(114,223,161); }

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