Html Css Color HEX #73DBAA Medium Aquamarine

📋 copy color: '#73DBAA'

red 115 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #73DBAA

Tints of Medium Aquamarine #73DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 22.82%
G = 43.45%
B = 33.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#73DBAA (or 0x73DBAA) is known color: Medium Aquamarine. HEX triplet: 73, DB and AA. RGB value is (115,219,170). Sum of RGB (Red+Green+Blue) = 115+219+170=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBAA is #8C2455. Grayscale: #B6B6B6. Windows color (decimal): -9184342 or 11197299. OLE color: 11197299.

HSL color Cylindrical-coordinate representation of color #73DBAA: hue angle of 151.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DBAA is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 219 170 -
CMYK 0.47 0 0.22 0.14
HSL 151.73º 0.59% 0.65% -
HSV(B) 151.73º 0.47% 0.86% -
XYZ 39.66 57.21 46.98 -
YUV 182.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 115 219 170 0.47 0 0.22 0.14 151.73 0.59 0.65
Hex 73 DB AA 2F 0 16 E 98 3B 41
Octal 163 333 252 57 0 26 16 230 73 101
Binary 1110011 11011011 10101010 101111 0 10110 1110 10011000 111011 1000001

Color Harmonies of #73DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBAA

Black with #73DBAA

Text Example


Text Example

White with #73DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,219,170); }

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

background-color css

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

 a { background-color: rgb(115,219,170); }

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

border-color css

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

 span { border-color: rgb(115,219,170); }

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