Shades of Aquamarine #74F8DF
Tints of Aquamarine #74F8DF
RGB
CMYK
RGB Variations
Color information
#74F8DF (or 0x74F8DF) is known color: Aquamarine. HEX triplet: 74, F8 and DF. RGB value is (116,248,223). Sum of RGB (Red+Green+Blue) = 116+248+223=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8DF is #8B0720. Grayscale: #CDCDCD. Windows color (decimal): -9111329 or 14678132. OLE color: 14678132.
HSL color Cylindrical-coordinate representation of color #74F8DF: hue angle of 168.64º degrees, saturation: 0.9, 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 #74F8DF is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 223 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.03 |
| HSL | 168.64º | 0.9% | 0.71% | - |
| HSV(B) | 168.64º | 0.53% | 0.97% | - |
| XYZ | 54.09 | 76.18 | 81.66 | - |
| YUV | 205.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 223 | 0.53 | 0 | 0.10 | 0.03 | 168.64 | 0.9 | 0.71 |
| Hex | 74 | F8 | DF | 35 | 0 | A | 3 | A9 | 5A | 47 |
| Octal | 164 | 370 | 337 | 65 | 0 | 12 | 3 | 251 | 132 | 107 |
| Binary | 1110100 | 11111000 | 11011111 | 110101 | 0 | 1010 | 11 | 10101001 | 1011010 | 1000111 |
Color Harmonies of #74F8DF
Complementary color
Monochromatic Colors of #74F8DF
Black with #74F8DF
Text Example
Text Example
White with #74F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8DF; }
p { color: rgb(116,248,223); }
H1.HeaderClassName
{
color: #74F8DF;
}
.AnyTagClassName
{
color: #74F8DF;
}
</style>
background-color css
<style>
a { background-color: #74F8DF; }
a { background-color: rgb(116,248,223); }
div.DivClassName
{
background-color: #74F8DF;
}
.BgClassName
{
background-color: #74F8DF;
}
</style>
border-color css
<style>
span { border-color: #74F8DF; }
span { border-color: rgb(116,248,223); }
td.TdClassName
{
border-color: #74F8DF;
}
.TagClassName
{
border-color: #74F8DF;
}
</style>