Html Css Color HEX #72D69C Medium Aquamarine

📋 copy color: '#72D69C'

red 114 ◦ green 214 ◦ blue 156

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

Shades of Medium Aquamarine #72D69C

Tints of Medium Aquamarine #72D69C

RGB

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

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

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

R = 23.55%
G = 44.21%
B = 32.23%

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

#72D69C (or 0x72D69C) is known color: Medium Aquamarine. HEX triplet: 72, D6 and 9C. RGB value is (114,214,156). Sum of RGB (Red+Green+Blue) = 114+214+156=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #72D69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D69C is #8D2963. Grayscale: #B1B1B1. Windows color (decimal): -9251172 or 10278514. OLE color: 10278514.

HSL color Cylindrical-coordinate representation of color #72D69C: hue angle of 145.2º 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 #72D69C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 156 -
CMYK 0.47 0 0.27 0.16
HSL 145.2º 0.55% 0.64% -
HSV(B) 145.2º 0.47% 0.84% -
XYZ 36.99 54.07 39.94 -
YUV 177.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 114 214 156 0.47 0 0.27 0.16 145.2 0.55 0.64
Hex 72 D6 9C 2F 0 1B 10 91 37 40
Octal 162 326 234 57 0 33 20 221 67 100
Binary 1110010 11010110 10011100 101111 0 11011 10000 10010001 110111 1000000

Color Harmonies of #72D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D69C

Black with #72D69C

Text Example


Text Example

White with #72D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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