Shades of Aquamarine #74FCDA
Tints of Aquamarine #74FCDA
RGB
CMYK
RGB Variations
Color information
#74FCDA (or 0x74FCDA) is known color: Aquamarine. HEX triplet: 74, FC and DA. RGB value is (116,252,218). Sum of RGB (Red+Green+Blue) = 116+252+218=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCDA is #8B0325. Grayscale: #CFCFCF. Windows color (decimal): -9110310 or 14351476. OLE color: 14351476.
HSL color Cylindrical-coordinate representation of color #74FCDA: hue angle of 165º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCDA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 218 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.01 |
| HSL | 165º | 0.96% | 0.72% | - |
| HSV(B) | 165º | 0.54% | 0.99% | - |
| XYZ | 54.67 | 78.4 | 78.58 | - |
| YUV | 207.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 218 | 0.54 | 0 | 0.13 | 0.01 | 165 | 0.96 | 0.72 |
| Hex | 74 | FC | DA | 36 | 0 | D | 1 | A5 | 60 | 48 |
| Octal | 164 | 374 | 332 | 66 | 0 | 15 | 1 | 245 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11011010 | 110110 | 0 | 1101 | 1 | 10100101 | 1100000 | 1001000 |
Color Harmonies of #74FCDA
Complementary color
Monochromatic Colors of #74FCDA
Black with #74FCDA
Text Example
Text Example
White with #74FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCDA; }
p { color: rgb(116,252,218); }
H1.HeaderClassName
{
color: #74FCDA;
}
.AnyTagClassName
{
color: #74FCDA;
}
</style>
background-color css
<style>
a { background-color: #74FCDA; }
a { background-color: rgb(116,252,218); }
div.DivClassName
{
background-color: #74FCDA;
}
.BgClassName
{
background-color: #74FCDA;
}
</style>
border-color css
<style>
span { border-color: #74FCDA; }
span { border-color: rgb(116,252,218); }
td.TdClassName
{
border-color: #74FCDA;
}
.TagClassName
{
border-color: #74FCDA;
}
</style>