Html Css Color HEX #72D6AB Medium Aquamarine

📋 copy color: '#72D6AB'

red 114 ◦ green 214 ◦ blue 171

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

Shades of Medium Aquamarine #72D6AB

Tints of Medium Aquamarine #72D6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 22.85%
G = 42.89%
B = 34.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#72D6AB (or 0x72D6AB) is known color: Medium Aquamarine. HEX triplet: 72, D6 and AB. RGB value is (114,214,171). Sum of RGB (Red+Green+Blue) = 114+214+171=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #72D6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D6AB is #8D2954. Grayscale: #B3B3B3. Windows color (decimal): -9251157 or 11261554. OLE color: 11261554.

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

Color convert

RGB 114 214 171 -
CMYK 0.47 0 0.20 0.16
HSL 154.2º 0.55% 0.64% -
HSV(B) 154.2º 0.47% 0.84% -
XYZ 38.34 54.61 47.05 -
YUV 179.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 114 214 171 0.47 0 0.20 0.16 154.2 0.55 0.64
Hex 72 D6 AB 2F 0 14 10 9A 37 40
Octal 162 326 253 57 0 24 20 232 67 100
Binary 1110010 11010110 10101011 101111 0 10100 10000 10011010 110111 1000000

Color Harmonies of #72D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D6AB

Black with #72D6AB

Text Example


Text Example

White with #72D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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