Html Css Color HEX #72ECAC Medium Aquamarine

📋 copy color: '#72ECAC'

red 114 ◦ green 236 ◦ blue 172

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

Shades of Medium Aquamarine #72ECAC

Tints of Medium Aquamarine #72ECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.21%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 21.84%
G = 45.21%
B = 32.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#72ECAC (or 0x72ECAC) is known color: Medium Aquamarine. HEX triplet: 72, EC and AC. RGB value is (114,236,172). Sum of RGB (Red+Green+Blue) = 114+236+172=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ECAC is #8D1353. Grayscale: #C0C0C0. Windows color (decimal): -9245524 or 11332722. OLE color: 11332722.

HSL color Cylindrical-coordinate representation of color #72ECAC: hue angle of 148.52º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECAC is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 172 -
CMYK 0.52 0 0.27 0.07
HSL 148.52º 0.76% 0.69% -
HSV(B) 148.52º 0.52% 0.93% -
XYZ 44.38 66.55 49.54 -
YUV 192.23 116.58 72.2 -
System Red Green Blue C M Y K H S L
Decimal 114 236 172 0.52 0 0.27 0.07 148.52 0.76 0.69
Hex 72 EC AC 34 0 1B 7 95 4C 45
Octal 162 354 254 64 0 33 7 225 114 105
Binary 1110010 11101100 10101100 110100 0 11011 111 10010101 1001100 1000101

Color Harmonies of #72ECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ECAC

Black with #72ECAC

Text Example


Text Example

White with #72ECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,172); }

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

background-color css

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

 a { background-color: rgb(114,236,172); }

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

border-color css

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

 span { border-color: rgb(114,236,172); }

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