Html Css Color HEX #73F7DC Aquamarine

📋 copy color: '#73F7DC'

red 115 ◦ green 247 ◦ blue 220

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

Shades of Aquamarine #73F7DC

Tints of Aquamarine #73F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.44%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 19.76%
G = 42.44%
B = 37.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#73F7DC (or 0x73F7DC) is known color: Aquamarine. HEX triplet: 73, F7 and DC. RGB value is (115,247,220). Sum of RGB (Red+Green+Blue) = 115+247+220=582 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.76% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #73F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F7DC is #8C0823. Grayscale: #CCCCCC. Windows color (decimal): -9177124 or 14481267. OLE color: 14481267.

HSL color Cylindrical-coordinate representation of color #73F7DC: hue angle of 167.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F7DC is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 247 220 -
CMYK 0.53 0 0.11 0.03
HSL 167.73º 0.89% 0.71% -
HSV(B) 167.73º 0.53% 0.97% -
XYZ 53.25 75.33 79.44 -
YUV 204.45 136.77 64.2 -
System Red Green Blue C M Y K H S L
Decimal 115 247 220 0.53 0 0.11 0.03 167.73 0.89 0.71
Hex 73 F7 DC 35 0 B 3 A8 59 47
Octal 163 367 334 65 0 13 3 250 131 107
Binary 1110011 11110111 11011100 110101 0 1011 11 10101000 1011001 1000111

Color Harmonies of #73F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F7DC

Black with #73F7DC

Text Example


Text Example

White with #73F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,247,220); }

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

background-color css

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

 a { background-color: rgb(115,247,220); }

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

border-color css

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

 span { border-color: rgb(115,247,220); }

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