Html Css Color HEX #73FFB0 Aquamarine

📋 copy color: '#73FFB0'

red 115 ◦ green 255 ◦ blue 176

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

Shades of Aquamarine #73FFB0

Tints of Aquamarine #73FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

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

R = 21.06%
G = 46.7%
B = 32.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#73FFB0 (or 0x73FFB0) is known color: Aquamarine. HEX triplet: 73, FF and B0. RGB value is (115,255,176). Sum of RGB (Red+Green+Blue) = 115+255+176=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FFB0 is #8C004F. Grayscale: #CCCCCC. Windows color (decimal): -9175120 or 11599731. OLE color: 11599731.

HSL color Cylindrical-coordinate representation of color #73FFB0: hue angle of 146.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFB0 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 176 -
CMYK 0.55 0 0.31 0
HSL 146.14º 1% 0.73% -
HSV(B) 146.14º 0.55% 1% -
XYZ 50.67 78.3 53.52 -
YUV 204.13 112.12 64.42 -
System Red Green Blue C M Y K H S L
Decimal 115 255 176 0.55 0 0.31 0 146.14 1 0.73
Hex 73 FF B0 37 0 1F 0 92 64 49
Octal 163 377 260 67 0 37 0 222 144 111
Binary 1110011 11111111 10110000 110111 0 11111 0 10010010 1100100 1001001

Color Harmonies of #73FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFB0

Black with #73FFB0

Text Example


Text Example

White with #73FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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