Html Css Color HEX #73FAB9 Aquamarine

📋 copy color: '#73FAB9'

red 115 ◦ green 250 ◦ blue 185

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

Shades of Aquamarine #73FAB9

Tints of Aquamarine #73FAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 20.91%
G = 45.45%
B = 33.64%

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

#73FAB9 (or 0x73FAB9) is known color: Aquamarine. HEX triplet: 73, FA and B9. RGB value is (115,250,185). Sum of RGB (Red+Green+Blue) = 115+250+185=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAB9 is #8C0546. Grayscale: #CACACA. Windows color (decimal): -9176391 or 12188275. OLE color: 12188275.

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

Color convert

RGB 115 250 185 -
CMYK 0.54 0 0.26 0.02
HSL 151.11º 0.93% 0.72% -
HSV(B) 151.11º 0.54% 0.98% -
XYZ 50.01 75.52 57.84 -
YUV 202.23 118.27 65.79 -
System Red Green Blue C M Y K H S L
Decimal 115 250 185 0.54 0 0.26 0.02 151.11 0.93 0.72
Hex 73 FA B9 36 0 1A 2 97 5D 48
Octal 163 372 271 66 0 32 2 227 135 110
Binary 1110011 11111010 10111001 110110 0 11010 10 10010111 1011101 1001000

Color Harmonies of #73FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAB9

Black with #73FAB9

Text Example


Text Example

White with #73FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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