Shades of Aquamarine #74F7DF
Tints of Aquamarine #74F7DF
RGB
CMYK
RGB Variations
Color information
#74F7DF (or 0x74F7DF) is known color: Aquamarine. HEX triplet: 74, F7 and DF. RGB value is (116,247,223). Sum of RGB (Red+Green+Blue) = 116+247+223=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7DF is #8B0820. Grayscale: #CDCDCD. Windows color (decimal): -9111585 or 14677876. OLE color: 14677876.
HSL color Cylindrical-coordinate representation of color #74F7DF: hue angle of 169.01º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F7DF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 223 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.03 |
| HSL | 169.01º | 0.89% | 0.71% | - |
| HSV(B) | 169.01º | 0.53% | 0.97% | - |
| XYZ | 53.78 | 75.56 | 81.56 | - |
| YUV | 205.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 223 | 0.53 | 0 | 0.10 | 0.03 | 169.01 | 0.89 | 0.71 |
| Hex | 74 | F7 | DF | 35 | 0 | A | 3 | A9 | 59 | 47 |
| Octal | 164 | 367 | 337 | 65 | 0 | 12 | 3 | 251 | 131 | 107 |
| Binary | 1110100 | 11110111 | 11011111 | 110101 | 0 | 1010 | 11 | 10101001 | 1011001 | 1000111 |
Color Harmonies of #74F7DF
Complementary color
Monochromatic Colors of #74F7DF
Black with #74F7DF
Text Example
Text Example
White with #74F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F7DF; }
p { color: rgb(116,247,223); }
H1.HeaderClassName
{
color: #74F7DF;
}
.AnyTagClassName
{
color: #74F7DF;
}
</style>
background-color css
<style>
a { background-color: #74F7DF; }
a { background-color: rgb(116,247,223); }
div.DivClassName
{
background-color: #74F7DF;
}
.BgClassName
{
background-color: #74F7DF;
}
</style>
border-color css
<style>
span { border-color: #74F7DF; }
span { border-color: rgb(116,247,223); }
td.TdClassName
{
border-color: #74F7DF;
}
.TagClassName
{
border-color: #74F7DF;
}
</style>