Html Css Color HEX #73FFBE Aquamarine

📋 copy color: '#73FFBE'

red 115 ◦ green 255 ◦ blue 190

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

Shades of Aquamarine #73FFBE

Tints of Aquamarine #73FFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 20.54%
G = 45.54%
B = 33.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#73FFBE (or 0x73FFBE) is known color: Aquamarine. HEX triplet: 73, FF and BE. RGB value is (115,255,190). Sum of RGB (Red+Green+Blue) = 115+255+190=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFBE is #8C0041. Grayscale: #CDCDCD. Windows color (decimal): -9175106 or 12517235. OLE color: 12517235.

HSL color Cylindrical-coordinate representation of color #73FFBE: hue angle of 152.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 #73FFBE is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 190 -
CMYK 0.55 0 0.25 0
HSL 152.14º 1% 0.73% -
HSV(B) 152.14º 0.55% 1% -
XYZ 52.12 78.88 61.19 -
YUV 205.73 119.12 63.29 -
System Red Green Blue C M Y K H S L
Decimal 115 255 190 0.55 0 0.25 0 152.14 1 0.73
Hex 73 FF BE 37 0 19 0 98 64 49
Octal 163 377 276 67 0 31 0 230 144 111
Binary 1110011 11111111 10111110 110111 0 11001 0 10011000 1100100 1001001

Color Harmonies of #73FFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFBE

Black with #73FFBE

Text Example


Text Example

White with #73FFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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