Html Css Color HEX #73D5B2 Medium Aquamarine

📋 copy color: '#73D5B2'

red 115 ◦ green 213 ◦ blue 178

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

Shades of Medium Aquamarine #73D5B2

Tints of Medium Aquamarine #73D5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 22.73%
G = 42.09%
B = 35.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#73D5B2 (or 0x73D5B2) is known color: Medium Aquamarine. HEX triplet: 73, D5 and B2. RGB value is (115,213,178). Sum of RGB (Red+Green+Blue) = 115+213+178=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D5B2 is #8C2A4D. Grayscale: #B3B3B3. Windows color (decimal): -9185870 or 11720051. OLE color: 11720051.

HSL color Cylindrical-coordinate representation of color #73D5B2: hue angle of 158.57º 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 #73D5B2 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 178 -
CMYK 0.46 0 0.16 0.16
HSL 158.57º 0.54% 0.64% -
HSV(B) 158.57º 0.46% 0.84% -
XYZ 38.9 54.45 50.58 -
YUV 179.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 115 213 178 0.46 0 0.16 0.16 158.57 0.54 0.64
Hex 73 D5 B2 2E 0 10 10 9F 36 40
Octal 163 325 262 56 0 20 20 237 66 100
Binary 1110011 11010101 10110010 101110 0 10000 10000 10011111 110110 1000000

Color Harmonies of #73D5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5B2

Black with #73D5B2

Text Example


Text Example

White with #73D5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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