Html Css Color HEX #73F2AC Medium Aquamarine

📋 copy color: '#73F2AC'

red 115 ◦ green 242 ◦ blue 172

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

Shades of Medium Aquamarine #73F2AC

Tints of Medium Aquamarine #73F2AC

RGB

 RED value IS 115 (45.31% from 255) = 21.74%

 GREEN value IS 242 (94.92% from 255) = 45.75%

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

R = 21.74%
G = 45.75%
B = 32.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#73F2AC (or 0x73F2AC) is known color: Medium Aquamarine. HEX triplet: 73, F2 and AC. RGB value is (115,242,172). Sum of RGB (Red+Green+Blue) = 115+242+172=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #73F2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F2AC is #8C0D53. Grayscale: #C4C4C4. Windows color (decimal): -9178452 or 11334259. OLE color: 11334259.

HSL color Cylindrical-coordinate representation of color #73F2AC: hue angle of 146.93º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F2AC is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 242 172 -
CMYK 0.52 0 0.29 0.05
HSL 146.93º 0.83% 0.7% -
HSV(B) 146.93º 0.52% 0.95% -
XYZ 46.27 70.13 50.13 -
YUV 196.05 114.42 70.19 -
System Red Green Blue C M Y K H S L
Decimal 115 242 172 0.52 0 0.29 0.05 146.93 0.83 0.7
Hex 73 F2 AC 34 0 1D 5 93 53 46
Octal 163 362 254 64 0 35 5 223 123 106
Binary 1110011 11110010 10101100 110100 0 11101 101 10010011 1010011 1000110

Color Harmonies of #73F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F2AC

Black with #73F2AC

Text Example


Text Example

White with #73F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73F2AC; }

 p { color: rgb(115,242,172); }

 H1.HeaderClassName
 {
   color: #73F2AC;
 }
 .AnyTagClassName
 {
   color: #73F2AC;
 }
</style>

background-color css

<style>
 a { background-color: #73F2AC; }

 a { background-color: rgb(115,242,172); }

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

border-color css

<style>
 span { border-color: #73F2AC; }

 span { border-color: rgb(115,242,172); }

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