Html Css Color HEX #73EDD9 Aquamarine

📋 copy color: '#73EDD9'

red 115 ◦ green 237 ◦ blue 217

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

Shades of Aquamarine #73EDD9

Tints of Aquamarine #73EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 20.21%
G = 41.65%
B = 38.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#73EDD9 (or 0x73EDD9) is known color: Aquamarine. HEX triplet: 73, ED and D9. RGB value is (115,237,217). Sum of RGB (Red+Green+Blue) = 115+237+217=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDD9 is #8C1226. Grayscale: #C6C6C6. Windows color (decimal): -9179687 or 14282099. OLE color: 14282099.

HSL color Cylindrical-coordinate representation of color #73EDD9: hue angle of 170.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EDD9 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 237 217 -
CMYK 0.51 0 0.08 0.07
HSL 170.16º 0.77% 0.69% -
HSV(B) 170.16º 0.51% 0.93% -
XYZ 49.88 69.22 76.38 -
YUV 198.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 115 237 217 0.51 0 0.08 0.07 170.16 0.77 0.69
Hex 73 ED D9 33 0 8 7 AA 4D 45
Octal 163 355 331 63 0 10 7 252 115 105
Binary 1110011 11101101 11011001 110011 0 1000 111 10101010 1001101 1000101

Color Harmonies of #73EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDD9

Black with #73EDD9

Text Example


Text Example

White with #73EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,237,217); }

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

background-color css

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

 a { background-color: rgb(115,237,217); }

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

border-color css

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

 span { border-color: rgb(115,237,217); }

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