Html Css Color HEX #72DBA0 Medium Aquamarine

📋 copy color: '#72DBA0'

red 114 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #72DBA0

Tints of Medium Aquamarine #72DBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

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

R = 23.12%
G = 44.42%
B = 32.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#72DBA0 (or 0x72DBA0) is known color: Medium Aquamarine. HEX triplet: 72, DB and A0. RGB value is (114,219,160). Sum of RGB (Red+Green+Blue) = 114+219+160=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DBA0 is #8D245F. Grayscale: #B5B5B5. Windows color (decimal): -9249888 or 10541938. OLE color: 10541938.

HSL color Cylindrical-coordinate representation of color #72DBA0: hue angle of 146.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBA0 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 160 -
CMYK 0.48 0 0.27 0.14
HSL 146.29º 0.59% 0.65% -
HSV(B) 146.29º 0.48% 0.86% -
XYZ 38.62 56.78 42.18 -
YUV 180.88 116.21 80.3 -
System Red Green Blue C M Y K H S L
Decimal 114 219 160 0.48 0 0.27 0.14 146.29 0.59 0.65
Hex 72 DB A0 30 0 1B E 92 3B 41
Octal 162 333 240 60 0 33 16 222 73 101
Binary 1110010 11011011 10100000 110000 0 11011 1110 10010010 111011 1000001

Color Harmonies of #72DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBA0

Black with #72DBA0

Text Example


Text Example

White with #72DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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