Html Css Color HEX #72DBA5 Medium Aquamarine

📋 copy color: '#72DBA5'

red 114 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #72DBA5

Tints of Medium Aquamarine #72DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 22.89%
G = 43.98%
B = 33.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#72DBA5 (or 0x72DBA5) is known color: Medium Aquamarine. HEX triplet: 72, DB and A5. RGB value is (114,219,165). Sum of RGB (Red+Green+Blue) = 114+219+165=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DBA5 is #8D245A. Grayscale: #B5B5B5. Windows color (decimal): -9249883 or 10869618. OLE color: 10869618.

HSL color Cylindrical-coordinate representation of color #72DBA5: hue angle of 149.14º 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 #72DBA5 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 165 -
CMYK 0.48 0 0.25 0.14
HSL 149.14º 0.59% 0.65% -
HSV(B) 149.14º 0.48% 0.86% -
XYZ 39.06 56.96 44.53 -
YUV 181.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 114 219 165 0.48 0 0.25 0.14 149.14 0.59 0.65
Hex 72 DB A5 30 0 19 E 95 3B 41
Octal 162 333 245 60 0 31 16 225 73 101
Binary 1110010 11011011 10100101 110000 0 11001 1110 10010101 111011 1000001

Color Harmonies of #72DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBA5

Black with #72DBA5

Text Example


Text Example

White with #72DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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