Html Css Color HEX #73FABA Aquamarine

📋 copy color: '#73FABA'

red 115 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #73FABA

Tints of Aquamarine #73FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 20.87%
G = 45.37%
B = 33.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#73FABA (or 0x73FABA) is known color: Aquamarine. HEX triplet: 73, FA and BA. RGB value is (115,250,186). Sum of RGB (Red+Green+Blue) = 115+250+186=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #73FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FABA is #8C0545. Grayscale: #CACACA. Windows color (decimal): -9176390 or 12253811. OLE color: 12253811.

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

Color convert

RGB 115 250 186 -
CMYK 0.54 0 0.26 0.02
HSL 151.56º 0.93% 0.72% -
HSV(B) 151.56º 0.54% 0.98% -
XYZ 50.12 75.56 58.4 -
YUV 202.34 118.77 65.7 -
System Red Green Blue C M Y K H S L
Decimal 115 250 186 0.54 0 0.26 0.02 151.56 0.93 0.72
Hex 73 FA BA 36 0 1A 2 98 5D 48
Octal 163 372 272 66 0 32 2 230 135 110
Binary 1110011 11111010 10111010 110110 0 11010 10 10011000 1011101 1001000

Color Harmonies of #73FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FABA

Black with #73FABA

Text Example


Text Example

White with #73FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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