Html Css Color HEX #73FFAE Aquamarine

📋 copy color: '#73FFAE'

red 115 ◦ green 255 ◦ blue 174

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

Shades of Aquamarine #73FFAE

Tints of Aquamarine #73FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.88%

 BLUE value IS 174 (68.36% from 255) = 31.99%

R = 21.14%
G = 46.88%
B = 31.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#73FFAE (or 0x73FFAE) is known color: Aquamarine. HEX triplet: 73, FF and AE. RGB value is (115,255,174). Sum of RGB (Red+Green+Blue) = 115+255+174=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFAE is #8C0051. Grayscale: #CCCCCC. Windows color (decimal): -9175122 or 11468659. OLE color: 11468659.

HSL color Cylindrical-coordinate representation of color #73FFAE: hue angle of 145.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFAE is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 174 -
CMYK 0.55 0 0.32 0
HSL 145.29º 1% 0.73% -
HSV(B) 145.29º 0.55% 1% -
XYZ 50.47 78.22 52.48 -
YUV 203.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 115 255 174 0.55 0 0.32 0 145.29 1 0.73
Hex 73 FF AE 37 0 20 0 91 64 49
Octal 163 377 256 67 0 40 0 221 144 111
Binary 1110011 11111111 10101110 110111 0 100000 0 10010001 1100100 1001001

Color Harmonies of #73FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFAE

Black with #73FFAE

Text Example


Text Example

White with #73FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,255,174); }

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

background-color css

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

 a { background-color: rgb(115,255,174); }

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

border-color css

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

 span { border-color: rgb(115,255,174); }

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