Html Css Color HEX #73DDAF Medium Aquamarine

📋 copy color: '#73DDAF'

red 115 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #73DDAF

Tints of Medium Aquamarine #73DDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.25%

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 22.5%
G = 43.25%
B = 34.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#73DDAF (or 0x73DDAF) is known color: Medium Aquamarine. HEX triplet: 73, DD and AF. RGB value is (115,221,175). Sum of RGB (Red+Green+Blue) = 115+221+175=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DDAF is #8C2250. Grayscale: #B8B8B8. Windows color (decimal): -9183825 or 11525491. OLE color: 11525491.

HSL color Cylindrical-coordinate representation of color #73DDAF: hue angle of 153.96º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDAF is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 175 -
CMYK 0.48 0 0.21 0.13
HSL 153.96º 0.61% 0.66% -
HSV(B) 153.96º 0.48% 0.87% -
XYZ 40.66 58.45 49.7 -
YUV 184.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 115 221 175 0.48 0 0.21 0.13 153.96 0.61 0.66
Hex 73 DD AF 30 0 15 D 9A 3D 42
Octal 163 335 257 60 0 25 15 232 75 102
Binary 1110011 11011101 10101111 110000 0 10101 1101 10011010 111101 1000010

Color Harmonies of #73DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DDAF

Black with #73DDAF

Text Example


Text Example

White with #73DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,175); }

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

background-color css

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

 a { background-color: rgb(115,221,175); }

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

border-color css

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

 span { border-color: rgb(115,221,175); }

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