Html Css Color HEX #72CFAC Medium Aquamarine

📋 copy color: '#72CFAC'

red 114 ◦ green 207 ◦ blue 172

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

Shades of Medium Aquamarine #72CFAC

Tints of Medium Aquamarine #72CFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 23.12%
G = 41.99%
B = 34.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#72CFAC (or 0x72CFAC) is known color: Medium Aquamarine. HEX triplet: 72, CF and AC. RGB value is (114,207,172). Sum of RGB (Red+Green+Blue) = 114+207+172=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFAC is #8D3053. Grayscale: #AFAFAF. Windows color (decimal): -9252948 or 11325298. OLE color: 11325298.

HSL color Cylindrical-coordinate representation of color #72CFAC: hue angle of 157.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFAC is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 172 -
CMYK 0.45 0 0.17 0.19
HSL 157.42º 0.49% 0.63% -
HSV(B) 157.42º 0.45% 0.81% -
XYZ 36.7 51.18 46.97 -
YUV 175.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 114 207 172 0.45 0 0.17 0.19 157.42 0.49 0.63
Hex 72 CF AC 2D 0 11 13 9D 31 3F
Octal 162 317 254 55 0 21 23 235 61 77
Binary 1110010 11001111 10101100 101101 0 10001 10011 10011101 110001 111111

Color Harmonies of #72CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFAC

Black with #72CFAC

Text Example


Text Example

White with #72CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,207,172); }

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

background-color css

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

 a { background-color: rgb(114,207,172); }

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

border-color css

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

 span { border-color: rgb(114,207,172); }

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