Html Css Color HEX #73F0AF Medium Aquamarine

📋 copy color: '#73F0AF'

red 115 ◦ green 240 ◦ blue 175

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

Shades of Medium Aquamarine #73F0AF

Tints of Medium Aquamarine #73F0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 21.7%
G = 45.28%
B = 33.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#73F0AF (or 0x73F0AF) is known color: Medium Aquamarine. HEX triplet: 73, F0 and AF. RGB value is (115,240,175). Sum of RGB (Red+Green+Blue) = 115+240+175=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F0AF is #8C0F50. Grayscale: #C3C3C3. Windows color (decimal): -9178961 or 11530355. OLE color: 11530355.

HSL color Cylindrical-coordinate representation of color #73F0AF: hue angle of 148.8º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0AF is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 175 -
CMYK 0.52 0 0.27 0.06
HSL 148.8º 0.81% 0.7% -
HSV(B) 148.8º 0.52% 0.94% -
XYZ 45.97 69.06 51.46 -
YUV 195.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 115 240 175 0.52 0 0.27 0.06 148.8 0.81 0.7
Hex 73 F0 AF 34 0 1B 6 95 51 46
Octal 163 360 257 64 0 33 6 225 121 106
Binary 1110011 11110000 10101111 110100 0 11011 110 10010101 1010001 1000110

Color Harmonies of #73F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F0AF

Black with #73F0AF

Text Example


Text Example

White with #73F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,175); }

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

background-color css

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

 a { background-color: rgb(115,240,175); }

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

border-color css

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

 span { border-color: rgb(115,240,175); }

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