Html Css Color HEX #72DFB1 Medium Aquamarine

📋 copy color: '#72DFB1'

red 114 ◦ green 223 ◦ blue 177

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

Shades of Medium Aquamarine #72DFB1

Tints of Medium Aquamarine #72DFB1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 22.18%
G = 43.39%
B = 34.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#72DFB1 (or 0x72DFB1) is known color: Medium Aquamarine. HEX triplet: 72, DF and B1. RGB value is (114,223,177). Sum of RGB (Red+Green+Blue) = 114+223+177=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DFB1 is #8D204E. Grayscale: #B9B9B9. Windows color (decimal): -9248847 or 11657074. OLE color: 11657074.

HSL color Cylindrical-coordinate representation of color #72DFB1: hue angle of 154.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFB1 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 223 177 -
CMYK 0.49 0 0.21 0.13
HSL 154.68º 0.63% 0.66% -
HSV(B) 154.68º 0.49% 0.87% -
XYZ 41.26 59.53 50.91 -
YUV 185.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 114 223 177 0.49 0 0.21 0.13 154.68 0.63 0.66
Hex 72 DF B1 31 0 15 D 9B 3F 42
Octal 162 337 261 61 0 25 15 233 77 102
Binary 1110010 11011111 10110001 110001 0 10101 1101 10011011 111111 1000010

Color Harmonies of #72DFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFB1

Black with #72DFB1

Text Example


Text Example

White with #72DFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,223,177); }

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

background-color css

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

 a { background-color: rgb(114,223,177); }

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

border-color css

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

 span { border-color: rgb(114,223,177); }

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