Html Css Color HEX #73FEB5 Aquamarine

📋 copy color: '#73FEB5'

red 115 ◦ green 254 ◦ blue 181

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

Shades of Aquamarine #73FEB5

Tints of Aquamarine #73FEB5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 20.91%
G = 46.18%
B = 32.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#73FEB5 (or 0x73FEB5) is known color: Aquamarine. HEX triplet: 73, FE and B5. RGB value is (115,254,181). Sum of RGB (Red+Green+Blue) = 115+254+181=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEB5 is #8C014A. Grayscale: #CCCCCC. Windows color (decimal): -9175371 or 11927155. OLE color: 11927155.

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

Color convert

RGB 115 254 181 -
CMYK 0.55 0 0.29 0.00
HSL 148.49º 0.99% 0.72% -
HSV(B) 148.49º 0.55% 1% -
XYZ 50.85 77.86 56.07 -
YUV 204.12 114.95 64.44 -
System Red Green Blue C M Y K H S L
Decimal 115 254 181 0.55 0 0.29 0.00 148.49 0.99 0.72
Hex 73 FE B5 37 0 1D 0 94 63 48
Octal 163 376 265 67 0 35 0 224 143 110
Binary 1110011 11111110 10110101 110111 0 11101 0 10010100 1100011 1001000

Color Harmonies of #73FEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FEB5

Black with #73FEB5

Text Example


Text Example

White with #73FEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,254,181); }

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

background-color css

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

 a { background-color: rgb(115,254,181); }

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

border-color css

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

 span { border-color: rgb(115,254,181); }

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