Html Css Color HEX #72EFB0 Medium Aquamarine

📋 copy color: '#72EFB0'

red 114 ◦ green 239 ◦ blue 176

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

Shades of Medium Aquamarine #72EFB0

Tints of Medium Aquamarine #72EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 21.55%
G = 45.18%
B = 33.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#72EFB0 (or 0x72EFB0) is known color: Medium Aquamarine. HEX triplet: 72, EF and B0. RGB value is (114,239,176). Sum of RGB (Red+Green+Blue) = 114+239+176=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EFB0 is #8D104F. Grayscale: #C2C2C2. Windows color (decimal): -9244752 or 11595634. OLE color: 11595634.

HSL color Cylindrical-coordinate representation of color #72EFB0: hue angle of 149.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EFB0 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 239 176 -
CMYK 0.52 0 0.26 0.06
HSL 149.76º 0.8% 0.69% -
HSV(B) 149.76º 0.52% 0.94% -
XYZ 45.64 68.45 51.88 -
YUV 194.44 117.59 70.62 -
System Red Green Blue C M Y K H S L
Decimal 114 239 176 0.52 0 0.26 0.06 149.76 0.8 0.69
Hex 72 EF B0 34 0 1A 6 96 50 45
Octal 162 357 260 64 0 32 6 226 120 105
Binary 1110010 11101111 10110000 110100 0 11010 110 10010110 1010000 1000101

Color Harmonies of #72EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EFB0

Black with #72EFB0

Text Example


Text Example

White with #72EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,239,176); }

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

background-color css

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

 a { background-color: rgb(114,239,176); }

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

border-color css

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

 span { border-color: rgb(114,239,176); }

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