Shades of Aquamarine #74FCD6
Tints of Aquamarine #74FCD6
RGB
CMYK
RGB Variations
Color information
#74FCD6 (or 0x74FCD6) is known color: Aquamarine. HEX triplet: 74, FC and D6. RGB value is (116,252,214). Sum of RGB (Red+Green+Blue) = 116+252+214=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCD6 is #8B0329. Grayscale: #CFCFCF. Windows color (decimal): -9110314 or 14089332. OLE color: 14089332.
HSL color Cylindrical-coordinate representation of color #74FCD6: hue angle of 163.24º 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 #74FCD6 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 214 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.01 |
| HSL | 163.24º | 0.96% | 0.72% | - |
| HSV(B) | 163.24º | 0.54% | 0.99% | - |
| XYZ | 54.15 | 78.19 | 75.86 | - |
| YUV | 207 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 214 | 0.54 | 0 | 0.15 | 0.01 | 163.24 | 0.96 | 0.72 |
| Hex | 74 | FC | D6 | 36 | 0 | F | 1 | A3 | 60 | 48 |
| Octal | 164 | 374 | 326 | 66 | 0 | 17 | 1 | 243 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11010110 | 110110 | 0 | 1111 | 1 | 10100011 | 1100000 | 1001000 |
Color Harmonies of #74FCD6
Complementary color
Monochromatic Colors of #74FCD6
Black with #74FCD6
Text Example
Text Example
White with #74FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCD6; }
p { color: rgb(116,252,214); }
H1.HeaderClassName
{
color: #74FCD6;
}
.AnyTagClassName
{
color: #74FCD6;
}
</style>
background-color css
<style>
a { background-color: #74FCD6; }
a { background-color: rgb(116,252,214); }
div.DivClassName
{
background-color: #74FCD6;
}
.BgClassName
{
background-color: #74FCD6;
}
</style>
border-color css
<style>
span { border-color: #74FCD6; }
span { border-color: rgb(116,252,214); }
td.TdClassName
{
border-color: #74FCD6;
}
.TagClassName
{
border-color: #74FCD6;
}
</style>