Html Css Color HEX #72EEA0 Medium Aquamarine

📋 copy color: '#72EEA0'

red 114 ◦ green 238 ◦ blue 160

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

Shades of Medium Aquamarine #72EEA0

Tints of Medium Aquamarine #72EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 22.27%
G = 46.48%
B = 31.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#72EEA0 (or 0x72EEA0) is known color: Medium Aquamarine. HEX triplet: 72, EE and A0. RGB value is (114,238,160). Sum of RGB (Red+Green+Blue) = 114+238+160=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EEA0 is #8D115F. Grayscale: #C0C0C0. Windows color (decimal): -9245024 or 10546802. OLE color: 10546802.

HSL color Cylindrical-coordinate representation of color #72EEA0: hue angle of 142.26º degrees, saturation: 0.78, 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 #72EEA0 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 238 160 -
CMYK 0.52 0 0.33 0.07
HSL 142.26º 0.78% 0.69% -
HSV(B) 142.26º 0.52% 0.93% -
XYZ 43.86 67.26 43.93 -
YUV 192.03 109.92 72.34 -
System Red Green Blue C M Y K H S L
Decimal 114 238 160 0.52 0 0.33 0.07 142.26 0.78 0.69
Hex 72 EE A0 34 0 21 7 8E 4E 45
Octal 162 356 240 64 0 41 7 216 116 105
Binary 1110010 11101110 10100000 110100 0 100001 111 10001110 1001110 1000101

Color Harmonies of #72EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EEA0

Black with #72EEA0

Text Example


Text Example

White with #72EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,238,160); }

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

background-color css

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

 a { background-color: rgb(114,238,160); }

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

border-color css

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

 span { border-color: rgb(114,238,160); }

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