Html Css Color HEX #73DBAF Medium Aquamarine

📋 copy color: '#73DBAF'

red 115 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #73DBAF

Tints of Medium Aquamarine #73DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 22.59%
G = 43.03%
B = 34.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#73DBAF (or 0x73DBAF) is known color: Medium Aquamarine. HEX triplet: 73, DB and AF. RGB value is (115,219,175). Sum of RGB (Red+Green+Blue) = 115+219+175=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBAF is #8C2450. Grayscale: #B6B6B6. Windows color (decimal): -9184337 or 11524979. OLE color: 11524979.

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

Color convert

RGB 115 219 175 -
CMYK 0.47 0 0.20 0.14
HSL 154.62º 0.59% 0.65% -
HSV(B) 154.62º 0.47% 0.86% -
XYZ 40.14 57.4 49.52 -
YUV 182.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 115 219 175 0.47 0 0.20 0.14 154.62 0.59 0.65
Hex 73 DB AF 2F 0 14 E 9B 3B 41
Octal 163 333 257 57 0 24 16 233 73 101
Binary 1110011 11011011 10101111 101111 0 10100 1110 10011011 111011 1000001

Color Harmonies of #73DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBAF

Black with #73DBAF

Text Example


Text Example

White with #73DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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