Html Css Color HEX #73DBA5 Medium Aquamarine

📋 copy color: '#73DBA5'

red 115 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #73DBA5

Tints of Medium Aquamarine #73DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 23.05%
G = 43.89%
B = 33.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#73DBA5 (or 0x73DBA5) is known color: Medium Aquamarine. HEX triplet: 73, DB and A5. RGB value is (115,219,165). Sum of RGB (Red+Green+Blue) = 115+219+165=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBA5 is #8C245A. Grayscale: #B5B5B5. Windows color (decimal): -9184347 or 10869619. OLE color: 10869619.

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

Color convert

RGB 115 219 165 -
CMYK 0.47 0 0.25 0.14
HSL 148.85º 0.59% 0.65% -
HSV(B) 148.85º 0.47% 0.86% -
XYZ 39.19 57.02 44.54 -
YUV 181.75 118.54 80.39 -
System Red Green Blue C M Y K H S L
Decimal 115 219 165 0.47 0 0.25 0.14 148.85 0.59 0.65
Hex 73 DB A5 2F 0 19 E 95 3B 41
Octal 163 333 245 57 0 31 16 225 73 101
Binary 1110011 11011011 10100101 101111 0 11001 1110 10010101 111011 1000001

Color Harmonies of #73DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBA5

Black with #73DBA5

Text Example


Text Example

White with #73DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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