Html Css Color HEX #72DBA2 Medium Aquamarine

📋 copy color: '#72DBA2'

red 114 ◦ green 219 ◦ blue 162

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

Shades of Medium Aquamarine #72DBA2

Tints of Medium Aquamarine #72DBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 23.03%
G = 44.24%
B = 32.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#72DBA2 (or 0x72DBA2) is known color: Medium Aquamarine. HEX triplet: 72, DB and A2. RGB value is (114,219,162). Sum of RGB (Red+Green+Blue) = 114+219+162=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DBA2 is #8D245D. Grayscale: #B5B5B5. Windows color (decimal): -9249886 or 10673010. OLE color: 10673010.

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

Color convert

RGB 114 219 162 -
CMYK 0.48 0 0.26 0.14
HSL 147.43º 0.59% 0.65% -
HSV(B) 147.43º 0.48% 0.86% -
XYZ 38.79 56.85 43.11 -
YUV 181.11 117.21 80.13 -
System Red Green Blue C M Y K H S L
Decimal 114 219 162 0.48 0 0.26 0.14 147.43 0.59 0.65
Hex 72 DB A2 30 0 1A E 93 3B 41
Octal 162 333 242 60 0 32 16 223 73 101
Binary 1110010 11011011 10100010 110000 0 11010 1110 10010011 111011 1000001

Color Harmonies of #72DBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBA2

Black with #72DBA2

Text Example


Text Example

White with #72DBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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