Shades of Aquamarine #73EFE0
Tints of Aquamarine #73EFE0
RGB
CMYK
RGB Variations
Color information
#73EFE0 (or 0x73EFE0) is known color: Aquamarine. HEX triplet: 73, EF and E0. RGB value is (115,239,224). Sum of RGB (Red+Green+Blue) = 115+239+224=578 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.90% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFE0 is #8C101F. Grayscale: #C8C8C8. Windows color (decimal): -9179168 or 14741363. OLE color: 14741363.
HSL color Cylindrical-coordinate representation of color #73EFE0: hue angle of 172.74º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFE0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 224 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.06 |
| HSL | 172.74º | 0.79% | 0.69% | - |
| HSV(B) | 172.74º | 0.52% | 0.94% | - |
| XYZ | 51.39 | 70.76 | 81.47 | - |
| YUV | 200.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 224 | 0.52 | 0 | 0.06 | 0.06 | 172.74 | 0.79 | 0.69 |
| Hex | 73 | EF | E0 | 34 | 0 | 6 | 6 | AD | 4F | 45 |
| Octal | 163 | 357 | 340 | 64 | 0 | 6 | 6 | 255 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11100000 | 110100 | 0 | 110 | 110 | 10101101 | 1001111 | 1000101 |
Color Harmonies of #73EFE0
Complementary color
Monochromatic Colors of #73EFE0
Black with #73EFE0
Text Example
Text Example
White with #73EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFE0; }
p { color: rgb(115,239,224); }
H1.HeaderClassName
{
color: #73EFE0;
}
.AnyTagClassName
{
color: #73EFE0;
}
</style>
background-color css
<style>
a { background-color: #73EFE0; }
a { background-color: rgb(115,239,224); }
div.DivClassName
{
background-color: #73EFE0;
}
.BgClassName
{
background-color: #73EFE0;
}
</style>
border-color css
<style>
span { border-color: #73EFE0; }
span { border-color: rgb(115,239,224); }
td.TdClassName
{
border-color: #73EFE0;
}
.TagClassName
{
border-color: #73EFE0;
}
</style>