Shades of Aquamarine #73EFD4
Tints of Aquamarine #73EFD4
RGB
CMYK
RGB Variations
Color information
#73EFD4 (or 0x73EFD4) is known color: Aquamarine. HEX triplet: 73, EF and D4. RGB value is (115,239,212). Sum of RGB (Red+Green+Blue) = 115+239+212=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFD4 is #8C102B. Grayscale: #C6C6C6. Windows color (decimal): -9179180 or 13954931. OLE color: 13954931.
HSL color Cylindrical-coordinate representation of color #73EFD4: hue angle of 166.94º 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 #73EFD4 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 212 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.06 |
| HSL | 166.94º | 0.79% | 0.69% | - |
| HSV(B) | 166.94º | 0.52% | 0.94% | - |
| XYZ | 49.82 | 70.13 | 73.2 | - |
| YUV | 198.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 212 | 0.52 | 0 | 0.11 | 0.06 | 166.94 | 0.79 | 0.69 |
| Hex | 73 | EF | D4 | 34 | 0 | B | 6 | A7 | 4F | 45 |
| Octal | 163 | 357 | 324 | 64 | 0 | 13 | 6 | 247 | 117 | 105 |
| Binary | 1110011 | 11101111 | 11010100 | 110100 | 0 | 1011 | 110 | 10100111 | 1001111 | 1000101 |
Color Harmonies of #73EFD4
Complementary color
Monochromatic Colors of #73EFD4
Black with #73EFD4
Text Example
Text Example
White with #73EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFD4; }
p { color: rgb(115,239,212); }
H1.HeaderClassName
{
color: #73EFD4;
}
.AnyTagClassName
{
color: #73EFD4;
}
</style>
background-color css
<style>
a { background-color: #73EFD4; }
a { background-color: rgb(115,239,212); }
div.DivClassName
{
background-color: #73EFD4;
}
.BgClassName
{
background-color: #73EFD4;
}
</style>
border-color css
<style>
span { border-color: #73EFD4; }
span { border-color: rgb(115,239,212); }
td.TdClassName
{
border-color: #73EFD4;
}
.TagClassName
{
border-color: #73EFD4;
}
</style>