Html Css Color HEX #73F9AF Aquamarine

📋 copy color: '#73F9AF'

red 115 ◦ green 249 ◦ blue 175

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

Shades of Aquamarine #73F9AF

Tints of Aquamarine #73F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

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

R = 21.34%
G = 46.2%
B = 32.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#73F9AF (or 0x73F9AF) is known color: Aquamarine. HEX triplet: 73, F9 and AF. RGB value is (115,249,175). Sum of RGB (Red+Green+Blue) = 115+249+175=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #73F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F9AF is #8C0650. Grayscale: #C8C8C8. Windows color (decimal): -9176657 or 11532659. OLE color: 11532659.

HSL color Cylindrical-coordinate representation of color #73F9AF: hue angle of 146.87º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F9AF is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 249 175 -
CMYK 0.54 0 0.30 0.02
HSL 146.87º 0.92% 0.71% -
HSV(B) 146.87º 0.54% 0.98% -
XYZ 48.68 74.49 52.37 -
YUV 200.5 113.61 67.02 -
System Red Green Blue C M Y K H S L
Decimal 115 249 175 0.54 0 0.30 0.02 146.87 0.92 0.71
Hex 73 F9 AF 36 0 1E 2 93 5C 47
Octal 163 371 257 66 0 36 2 223 134 107
Binary 1110011 11111001 10101111 110110 0 11110 10 10010011 1011100 1000111

Color Harmonies of #73F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F9AF

Black with #73F9AF

Text Example


Text Example

White with #73F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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