Html Css Color HEX #72D69D Medium Aquamarine

📋 copy color: '#72D69D'

red 114 ◦ green 214 ◦ blue 157

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

Shades of Medium Aquamarine #72D69D

Tints of Medium Aquamarine #72D69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 23.51%
G = 44.12%
B = 32.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#72D69D (or 0x72D69D) is known color: Medium Aquamarine. HEX triplet: 72, D6 and 9D. RGB value is (114,214,157). Sum of RGB (Red+Green+Blue) = 114+214+157=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #72D69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D69D is #8D2962. Grayscale: #B1B1B1. Windows color (decimal): -9251171 or 10344050. OLE color: 10344050.

HSL color Cylindrical-coordinate representation of color #72D69D: hue angle of 145.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D69D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 157 -
CMYK 0.47 0 0.27 0.16
HSL 145.8º 0.55% 0.64% -
HSV(B) 145.8º 0.47% 0.84% -
XYZ 37.07 54.1 40.39 -
YUV 177.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 114 214 157 0.47 0 0.27 0.16 145.8 0.55 0.64
Hex 72 D6 9D 2F 0 1B 10 92 37 40
Octal 162 326 235 57 0 33 20 222 67 100
Binary 1110010 11010110 10011101 101111 0 11011 10000 10010010 110111 1000000

Color Harmonies of #72D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D69D

Black with #72D69D

Text Example


Text Example

White with #72D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,157); }

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

background-color css

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

 a { background-color: rgb(114,214,157); }

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

border-color css

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

 span { border-color: rgb(114,214,157); }

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