Shades of Aquamarine #74FFDD
Tints of Aquamarine #74FFDD
RGB
CMYK
RGB Variations
Color information
#74FFDD (or 0x74FFDD) is known color: Aquamarine. HEX triplet: 74, FF and DD. RGB value is (116,255,221). Sum of RGB (Red+Green+Blue) = 116+255+221=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFDD is #8B0022. Grayscale: #D1D1D1. Windows color (decimal): -9109539 or 14548852. OLE color: 14548852.
HSL color Cylindrical-coordinate representation of color #74FFDD: hue angle of 165.32º 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 #74FFDD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 221 | - |
| CMYK | 0.55 | 0 | 0.13 | 0 |
| HSL | 165.32º | 1% | 0.73% | - |
| HSV(B) | 165.32º | 0.55% | 1% | - |
| XYZ | 56.01 | 80.45 | 80.98 | - |
| YUV | 209.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 221 | 0.55 | 0 | 0.13 | 0 | 165.32 | 1 | 0.73 |
| Hex | 74 | FF | DD | 37 | 0 | D | 0 | A5 | 64 | 49 |
| Octal | 164 | 377 | 335 | 67 | 0 | 15 | 0 | 245 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11011101 | 110111 | 0 | 1101 | 0 | 10100101 | 1100100 | 1001001 |
Color Harmonies of #74FFDD
Complementary color
Monochromatic Colors of #74FFDD
Black with #74FFDD
Text Example
Text Example
White with #74FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFDD; }
p { color: rgb(116,255,221); }
H1.HeaderClassName
{
color: #74FFDD;
}
.AnyTagClassName
{
color: #74FFDD;
}
</style>
background-color css
<style>
a { background-color: #74FFDD; }
a { background-color: rgb(116,255,221); }
div.DivClassName
{
background-color: #74FFDD;
}
.BgClassName
{
background-color: #74FFDD;
}
</style>
border-color css
<style>
span { border-color: #74FFDD; }
span { border-color: rgb(116,255,221); }
td.TdClassName
{
border-color: #74FFDD;
}
.TagClassName
{
border-color: #74FFDD;
}
</style>