Html Css Color HEX #73D8B1 Medium Aquamarine

📋 copy color: '#73D8B1'

red 115 ◦ green 216 ◦ blue 177

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

Shades of Medium Aquamarine #73D8B1

Tints of Medium Aquamarine #73D8B1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.52%

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

R = 22.64%
G = 42.52%
B = 34.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#73D8B1 (or 0x73D8B1) is known color: Medium Aquamarine. HEX triplet: 73, D8 and B1. RGB value is (115,216,177). Sum of RGB (Red+Green+Blue) = 115+216+177=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #73D8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D8B1 is #8C274E. Grayscale: #B5B5B5. Windows color (decimal): -9185103 or 11655283. OLE color: 11655283.

HSL color Cylindrical-coordinate representation of color #73D8B1: hue angle of 156.83º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D8B1 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 216 177 -
CMYK 0.47 0 0.18 0.15
HSL 156.83º 0.56% 0.65% -
HSV(B) 156.83º 0.47% 0.85% -
XYZ 39.56 55.93 50.31 -
YUV 181.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 115 216 177 0.47 0 0.18 0.15 156.83 0.56 0.65
Hex 73 D8 B1 2F 0 12 F 9D 38 41
Octal 163 330 261 57 0 22 17 235 70 101
Binary 1110011 11011000 10110001 101111 0 10010 1111 10011101 111000 1000001

Color Harmonies of #73D8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D8B1

Black with #73D8B1

Text Example


Text Example

White with #73D8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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