Html Css Color HEX #73FFDC Aquamarine

📋 copy color: '#73FFDC'

red 115 ◦ green 255 ◦ blue 220

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

Shades of Aquamarine #73FFDC

Tints of Aquamarine #73FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

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

R = 19.49%
G = 43.22%
B = 37.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#73FFDC (or 0x73FFDC) is known color: Aquamarine. HEX triplet: 73, FF and DC. RGB value is (115,255,220). Sum of RGB (Red+Green+Blue) = 115+255+220=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFDC is #8C0023. Grayscale: #D1D1D1. Windows color (decimal): -9175076 or 14483315. OLE color: 14483315.

HSL color Cylindrical-coordinate representation of color #73FFDC: hue angle of 165º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFDC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 220 -
CMYK 0.55 0 0.14 0
HSL 165º 1% 0.73% -
HSV(B) 165º 0.55% 1% -
XYZ 55.75 80.33 80.28 -
YUV 209.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 115 255 220 0.55 0 0.14 0 165 1 0.73
Hex 73 FF DC 37 0 E 0 A5 64 49
Octal 163 377 334 67 0 16 0 245 144 111
Binary 1110011 11111111 11011100 110111 0 1110 0 10100101 1100100 1001001

Color Harmonies of #73FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFDC

Black with #73FFDC

Text Example


Text Example

White with #73FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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