Html Css Color HEX #73D5B1 Medium Aquamarine

📋 copy color: '#73D5B1'

red 115 ◦ green 213 ◦ blue 177

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

Shades of Medium Aquamarine #73D5B1

Tints of Medium Aquamarine #73D5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 22.77%
G = 42.18%
B = 35.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#73D5B1 (or 0x73D5B1) is known color: Medium Aquamarine. HEX triplet: 73, D5 and B1. RGB value is (115,213,177). Sum of RGB (Red+Green+Blue) = 115+213+177=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D5B1 is #8C2A4E. Grayscale: #B3B3B3. Windows color (decimal): -9185871 or 11654515. OLE color: 11654515.

HSL color Cylindrical-coordinate representation of color #73D5B1: hue angle of 157.96º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5B1 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 177 -
CMYK 0.46 0 0.17 0.16
HSL 157.96º 0.54% 0.64% -
HSV(B) 157.96º 0.46% 0.84% -
XYZ 38.8 54.41 50.05 -
YUV 179.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 115 213 177 0.46 0 0.17 0.16 157.96 0.54 0.64
Hex 73 D5 B1 2E 0 11 10 9E 36 40
Octal 163 325 261 56 0 21 20 236 66 100
Binary 1110011 11010101 10110001 101110 0 10001 10000 10011110 110110 1000000

Color Harmonies of #73D5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5B1

Black with #73D5B1

Text Example


Text Example

White with #73D5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,213,177); }

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

background-color css

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

 a { background-color: rgb(115,213,177); }

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

border-color css

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

 span { border-color: rgb(115,213,177); }

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