Html Css Color HEX #72C5A4 Medium Aquamarine

📋 copy color: '#72C5A4'

red 114 ◦ green 197 ◦ blue 164

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

Shades of Medium Aquamarine #72C5A4

Tints of Medium Aquamarine #72C5A4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 24%
G = 41.47%
B = 34.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#72C5A4 (or 0x72C5A4) is known color: Medium Aquamarine. HEX triplet: 72, C5 and A4. RGB value is (114,197,164). Sum of RGB (Red+Green+Blue) = 114+197+164=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #72C5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C5A4 is #8D3A5B. Grayscale: #A8A8A8. Windows color (decimal): -9255516 or 10798450. OLE color: 10798450.

HSL color Cylindrical-coordinate representation of color #72C5A4: hue angle of 156.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C5A4 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 197 164 -
CMYK 0.42 0 0.17 0.23
HSL 156.14º 0.42% 0.61% -
HSV(B) 156.14º 0.42% 0.77% -
XYZ 33.61 46.19 42.27 -
YUV 168.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 114 197 164 0.42 0 0.17 0.23 156.14 0.42 0.61
Hex 72 C5 A4 2A 0 11 17 9C 2A 3D
Octal 162 305 244 52 0 21 27 234 52 75
Binary 1110010 11000101 10100100 101010 0 10001 10111 10011100 101010 111101

Color Harmonies of #72C5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C5A4

Black with #72C5A4

Text Example


Text Example

White with #72C5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,197,164); }

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

background-color css

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

 a { background-color: rgb(114,197,164); }

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

border-color css

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

 span { border-color: rgb(114,197,164); }

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