Html Css Color HEX #72EA9C Medium Aquamarine

📋 copy color: '#72EA9C'

red 114 ◦ green 234 ◦ blue 156

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

Shades of Medium Aquamarine #72EA9C

Tints of Medium Aquamarine #72EA9C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 156 (61.33% from 255) = 30.95%

R = 22.62%
G = 46.43%
B = 30.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#72EA9C (or 0x72EA9C) is known color: Medium Aquamarine. HEX triplet: 72, EA and 9C. RGB value is (114,234,156). Sum of RGB (Red+Green+Blue) = 114+234+156=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EA9C is #8D1563. Grayscale: #BDBDBD. Windows color (decimal): -9246052 or 10283634. OLE color: 10283634.

HSL color Cylindrical-coordinate representation of color #72EA9C: hue angle of 141º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EA9C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 156 -
CMYK 0.51 0 0.33 0.08
HSL 141º 0.74% 0.68% -
HSV(B) 141º 0.51% 0.92% -
XYZ 42.36 64.82 41.73 -
YUV 189.23 109.24 74.34 -
System Red Green Blue C M Y K H S L
Decimal 114 234 156 0.51 0 0.33 0.08 141 0.74 0.68
Hex 72 EA 9C 33 0 21 8 8D 4A 44
Octal 162 352 234 63 0 41 10 215 112 104
Binary 1110010 11101010 10011100 110011 0 100001 1000 10001101 1001010 1000100

Color Harmonies of #72EA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EA9C

Black with #72EA9C

Text Example


Text Example

White with #72EA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,234,156); }

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

background-color css

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

 a { background-color: rgb(114,234,156); }

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

border-color css

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

 span { border-color: rgb(114,234,156); }

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