Html Css Color HEX #73FAA9 Aquamarine

📋 copy color: '#73FAA9'

red 115 ◦ green 250 ◦ blue 169

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

Shades of Aquamarine #73FAA9

Tints of Aquamarine #73FAA9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 21.54%
G = 46.82%
B = 31.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#73FAA9 (or 0x73FAA9) is known color: Aquamarine. HEX triplet: 73, FA and A9. RGB value is (115,250,169). Sum of RGB (Red+Green+Blue) = 115+250+169=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAA9 is #8C0556. Grayscale: #C8C8C8. Windows color (decimal): -9176407 or 11139699. OLE color: 11139699.

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

Color convert

RGB 115 250 169 -
CMYK 0.54 0 0.32 0.02
HSL 144º 0.93% 0.72% -
HSV(B) 144º 0.54% 0.98% -
XYZ 48.42 74.88 49.44 -
YUV 200.4 110.27 67.09 -
System Red Green Blue C M Y K H S L
Decimal 115 250 169 0.54 0 0.32 0.02 144 0.93 0.72
Hex 73 FA A9 36 0 20 2 90 5D 48
Octal 163 372 251 66 0 40 2 220 135 110
Binary 1110011 11111010 10101001 110110 0 100000 10 10010000 1011101 1001000

Color Harmonies of #73FAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAA9

Black with #73FAA9

Text Example


Text Example

White with #73FAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,250,169); }

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

background-color css

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

 a { background-color: rgb(115,250,169); }

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

border-color css

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

 span { border-color: rgb(115,250,169); }

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