Html Css Color HEX #72C4A8 Medium Aquamarine

📋 copy color: '#72C4A8'

red 114 ◦ green 196 ◦ blue 168

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

Shades of Medium Aquamarine #72C4A8

Tints of Medium Aquamarine #72C4A8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

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

R = 23.85%
G = 41%
B = 35.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#72C4A8 (or 0x72C4A8) is known color: Medium Aquamarine. HEX triplet: 72, C4 and A8. RGB value is (114,196,168). Sum of RGB (Red+Green+Blue) = 114+196+168=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #72C4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C4A8 is #8D3B57. Grayscale: #A8A8A8. Windows color (decimal): -9255768 or 11060338. OLE color: 11060338.

HSL color Cylindrical-coordinate representation of color #72C4A8: hue angle of 159.51º degrees, saturation: 0.41, 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 #72C4A8 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 114 196 168 -
CMYK 0.42 0 0.14 0.23
HSL 159.51º 0.41% 0.61% -
HSV(B) 159.51º 0.42% 0.77% -
XYZ 33.75 45.88 44.12 -
YUV 168.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 114 196 168 0.42 0 0.14 0.23 159.51 0.41 0.61
Hex 72 C4 A8 2A 0 E 17 A0 29 3D
Octal 162 304 250 52 0 16 27 240 51 75
Binary 1110010 11000100 10101000 101010 0 1110 10111 10100000 101001 111101

Color Harmonies of #72C4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C4A8

Black with #72C4A8

Text Example


Text Example

White with #72C4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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