Html Css Color HEX #73DAB0 Medium Aquamarine

📋 copy color: '#73DAB0'

red 115 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #73DAB0

Tints of Medium Aquamarine #73DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 22.59%
G = 42.83%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#73DAB0 (or 0x73DAB0) is known color: Medium Aquamarine. HEX triplet: 73, DA and B0. RGB value is (115,218,176). Sum of RGB (Red+Green+Blue) = 115+218+176=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DAB0 is #8C254F. Grayscale: #B6B6B6. Windows color (decimal): -9184592 or 11590259. OLE color: 11590259.

HSL color Cylindrical-coordinate representation of color #73DAB0: hue angle of 155.53º degrees, saturation: 0.58, 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 #73DAB0 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 176 -
CMYK 0.47 0 0.19 0.15
HSL 155.53º 0.58% 0.65% -
HSV(B) 155.53º 0.47% 0.85% -
XYZ 39.98 56.92 49.95 -
YUV 182.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 115 218 176 0.47 0 0.19 0.15 155.53 0.58 0.65
Hex 73 DA B0 2F 0 13 F 9C 3A 41
Octal 163 332 260 57 0 23 17 234 72 101
Binary 1110011 11011010 10110000 101111 0 10011 1111 10011100 111010 1000001

Color Harmonies of #73DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DAB0

Black with #73DAB0

Text Example


Text Example

White with #73DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,176); }

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

background-color css

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

 a { background-color: rgb(115,218,176); }

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

border-color css

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

 span { border-color: rgb(115,218,176); }

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