Html Css Color HEX #73FCB0 Aquamarine

📋 copy color: '#73FCB0'

red 115 ◦ green 252 ◦ blue 176

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

Shades of Aquamarine #73FCB0

Tints of Aquamarine #73FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

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

R = 21.18%
G = 46.41%
B = 32.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#73FCB0 (or 0x73FCB0) is known color: Aquamarine. HEX triplet: 73, FC and B0. RGB value is (115,252,176). Sum of RGB (Red+Green+Blue) = 115+252+176=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FCB0 is #8C034F. Grayscale: #CACACA. Windows color (decimal): -9175888 or 11598963. OLE color: 11598963.

HSL color Cylindrical-coordinate representation of color #73FCB0: hue angle of 146.72º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCB0 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 252 176 -
CMYK 0.54 0 0.30 0.01
HSL 146.72º 0.96% 0.72% -
HSV(B) 146.72º 0.54% 0.99% -
XYZ 49.72 76.4 53.2 -
YUV 202.37 113.11 65.68 -
System Red Green Blue C M Y K H S L
Decimal 115 252 176 0.54 0 0.30 0.01 146.72 0.96 0.72
Hex 73 FC B0 36 0 1E 1 93 60 48
Octal 163 374 260 66 0 36 1 223 140 110
Binary 1110011 11111100 10110000 110110 0 11110 1 10010011 1100000 1001000

Color Harmonies of #73FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCB0

Black with #73FCB0

Text Example


Text Example

White with #73FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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