Html Css Color HEX #73DBA1 Medium Aquamarine

📋 copy color: '#73DBA1'

red 115 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #73DBA1

Tints of Medium Aquamarine #73DBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 23.23%
G = 44.24%
B = 32.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#73DBA1 (or 0x73DBA1) is known color: Medium Aquamarine. HEX triplet: 73, DB and A1. RGB value is (115,219,161). Sum of RGB (Red+Green+Blue) = 115+219+161=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBA1 is #8C245E. Grayscale: #B5B5B5. Windows color (decimal): -9184351 or 10607475. OLE color: 10607475.

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

Color convert

RGB 115 219 161 -
CMYK 0.47 0 0.26 0.14
HSL 146.54º 0.59% 0.65% -
HSV(B) 146.54º 0.47% 0.86% -
XYZ 38.83 56.88 42.65 -
YUV 181.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 115 219 161 0.47 0 0.26 0.14 146.54 0.59 0.65
Hex 73 DB A1 2F 0 1A E 93 3B 41
Octal 163 333 241 57 0 32 16 223 73 101
Binary 1110011 11011011 10100001 101111 0 11010 1110 10010011 111011 1000001

Color Harmonies of #73DBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBA1

Black with #73DBA1

Text Example


Text Example

White with #73DBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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