Html Css Color HEX #73F8AA Aquamarine

📋 copy color: '#73F8AA'

red 115 ◦ green 248 ◦ blue 170

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

Shades of Aquamarine #73F8AA

Tints of Aquamarine #73F8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.53%

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 21.58%
G = 46.53%
B = 31.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#73F8AA (or 0x73F8AA) is known color: Aquamarine. HEX triplet: 73, F8 and AA. RGB value is (115,248,170). Sum of RGB (Red+Green+Blue) = 115+248+170=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #73F8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F8AA is #8C0755. Grayscale: #C7C7C7. Windows color (decimal): -9176918 or 11204723. OLE color: 11204723.

HSL color Cylindrical-coordinate representation of color #73F8AA: hue angle of 144.81º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F8AA is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 248 170 -
CMYK 0.54 0 0.31 0.03
HSL 144.81º 0.9% 0.71% -
HSV(B) 144.81º 0.54% 0.97% -
XYZ 47.89 73.68 49.73 -
YUV 199.34 111.44 67.84 -
System Red Green Blue C M Y K H S L
Decimal 115 248 170 0.54 0 0.31 0.03 144.81 0.9 0.71
Hex 73 F8 AA 36 0 1F 3 91 5A 47
Octal 163 370 252 66 0 37 3 221 132 107
Binary 1110011 11111000 10101010 110110 0 11111 11 10010001 1011010 1000111

Color Harmonies of #73F8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F8AA

Black with #73F8AA

Text Example


Text Example

White with #73F8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,248,170); }

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

background-color css

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

 a { background-color: rgb(115,248,170); }

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

border-color css

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

 span { border-color: rgb(115,248,170); }

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