Html Css Color HEX #72D8A8 Medium Aquamarine

📋 copy color: '#72D8A8'

red 114 ◦ green 216 ◦ blue 168

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

Shades of Medium Aquamarine #72D8A8

Tints of Medium Aquamarine #72D8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 22.89%
G = 43.37%
B = 33.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#72D8A8 (or 0x72D8A8) is known color: Medium Aquamarine. HEX triplet: 72, D8 and A8. RGB value is (114,216,168). Sum of RGB (Red+Green+Blue) = 114+216+168=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #72D8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D8A8 is #8D2757. Grayscale: #B4B4B4. Windows color (decimal): -9250648 or 11065458. OLE color: 11065458.

HSL color Cylindrical-coordinate representation of color #72D8A8: hue angle of 151.76º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D8A8 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 216 168 -
CMYK 0.47 0 0.22 0.15
HSL 151.76º 0.57% 0.65% -
HSV(B) 151.76º 0.47% 0.85% -
XYZ 38.56 55.52 45.73 -
YUV 180.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 114 216 168 0.47 0 0.22 0.15 151.76 0.57 0.65
Hex 72 D8 A8 2F 0 16 F 98 39 41
Octal 162 330 250 57 0 26 17 230 71 101
Binary 1110010 11011000 10101000 101111 0 10110 1111 10011000 111001 1000001

Color Harmonies of #72D8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D8A8

Black with #72D8A8

Text Example


Text Example

White with #72D8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,216,168); }

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

background-color css

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

 a { background-color: rgb(114,216,168); }

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

border-color css

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

 span { border-color: rgb(114,216,168); }

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