Html Css Color HEX #73FAAB Aquamarine

📋 copy color: '#73FAAB'

red 115 ◦ green 250 ◦ blue 171

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

Shades of Aquamarine #73FAAB

Tints of Aquamarine #73FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 21.46%
G = 46.64%
B = 31.9%

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

#73FAAB (or 0x73FAAB) is known color: Aquamarine. HEX triplet: 73, FA and AB. RGB value is (115,250,171). Sum of RGB (Red+Green+Blue) = 115+250+171=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAAB is #8C0554. Grayscale: #C8C8C8. Windows color (decimal): -9176405 or 11270771. OLE color: 11270771.

HSL color Cylindrical-coordinate representation of color #73FAAB: hue angle of 144.89º 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 #73FAAB is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 250 171 -
CMYK 0.54 0 0.32 0.02
HSL 144.89º 0.93% 0.72% -
HSV(B) 144.89º 0.54% 0.98% -
XYZ 48.61 74.96 50.43 -
YUV 200.63 111.27 66.92 -
System Red Green Blue C M Y K H S L
Decimal 115 250 171 0.54 0 0.32 0.02 144.89 0.93 0.72
Hex 73 FA AB 36 0 20 2 91 5D 48
Octal 163 372 253 66 0 40 2 221 135 110
Binary 1110011 11111010 10101011 110110 0 100000 10 10010001 1011101 1001000

Color Harmonies of #73FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAAB

Black with #73FAAB

Text Example


Text Example

White with #73FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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