#73DBAD

Color #73DBAD Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #73DBAD

Tints of Medium Aquamarine #73DBAD

Color information

#73DBAD (or 0x73DBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DB and AD. RGB value is (115,219,173). Sum of RGB (Red+Green+Blue) = 115+219+173=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBAD is #8C2452. Grayscale: #B6B6B6. Windows color (decimal): -9184339 or 11393907. OLE color: 11393907.

HSL color Cylindrical-coordinate representation of color #73DBAD: hue angle of 153.46º 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 #73DBAD is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB115219173-
CMYK0.4700.210.14
HSL153.46º59.09%65.49%-
HSV(B)153.46º47.49%85.88%-
XYZ39.9457.3348.49-
YUV182.66122.5479.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.68%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=22.68%
G=43.20%
B=34.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152191730.4700.210.14153.4659.0965.49
Hex73DBAD2F015E993b41
Octal163333255570251623173101
Binary111001111011011101011011011110101011110100110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73DBAD;
 }
 .AnyTagClassName
 {
   color: #73DBAD;
 }
</style>
background-color css

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

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

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

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

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

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