Html Css Color HEX #73FAB0 Aquamarine

📋 copy color: '#73FAB0'

red 115 ◦ green 250 ◦ blue 176

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

Shades of Aquamarine #73FAB0

Tints of Aquamarine #73FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 21.26%
G = 46.21%
B = 32.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#73FAB0 (or 0x73FAB0) is known color: Aquamarine. HEX triplet: 73, FA and B0. RGB value is (115,250,176). Sum of RGB (Red+Green+Blue) = 115+250+176=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAB0 is #8C054F. Grayscale: #C9C9C9. Windows color (decimal): -9176400 or 11598451. OLE color: 11598451.

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

Color convert

RGB 115 250 176 -
CMYK 0.54 0 0.30 0.02
HSL 147.11º 0.93% 0.72% -
HSV(B) 147.11º 0.54% 0.98% -
XYZ 49.09 75.15 52.99 -
YUV 201.2 113.77 66.52 -
System Red Green Blue C M Y K H S L
Decimal 115 250 176 0.54 0 0.30 0.02 147.11 0.93 0.72
Hex 73 FA B0 36 0 1E 2 93 5D 48
Octal 163 372 260 66 0 36 2 223 135 110
Binary 1110011 11111010 10110000 110110 0 11110 10 10010011 1011101 1001000

Color Harmonies of #73FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAB0

Black with #73FAB0

Text Example


Text Example

White with #73FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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