Shades of Aquamarine #74FADA
Tints of Aquamarine #74FADA
RGB
CMYK
RGB Variations
Color information
#74FADA (or 0x74FADA) is known color: Aquamarine. HEX triplet: 74, FA and DA. RGB value is (116,250,218). Sum of RGB (Red+Green+Blue) = 116+250+218=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #74FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FADA is #8B0525. Grayscale: #CECECE. Windows color (decimal): -9110822 or 14350964. OLE color: 14350964.
HSL color Cylindrical-coordinate representation of color #74FADA: hue angle of 165.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FADA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 218 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.02 |
| HSL | 165.67º | 0.93% | 0.72% | - |
| HSV(B) | 165.67º | 0.54% | 0.98% | - |
| XYZ | 54.04 | 77.15 | 78.37 | - |
| YUV | 206.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 218 | 0.54 | 0 | 0.13 | 0.02 | 165.67 | 0.93 | 0.72 |
| Hex | 74 | FA | DA | 36 | 0 | D | 2 | A6 | 5D | 48 |
| Octal | 164 | 372 | 332 | 66 | 0 | 15 | 2 | 246 | 135 | 110 |
| Binary | 1110100 | 11111010 | 11011010 | 110110 | 0 | 1101 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #74FADA
Complementary color
Monochromatic Colors of #74FADA
Black with #74FADA
Text Example
Text Example
White with #74FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FADA; }
p { color: rgb(116,250,218); }
H1.HeaderClassName
{
color: #74FADA;
}
.AnyTagClassName
{
color: #74FADA;
}
</style>
background-color css
<style>
a { background-color: #74FADA; }
a { background-color: rgb(116,250,218); }
div.DivClassName
{
background-color: #74FADA;
}
.BgClassName
{
background-color: #74FADA;
}
</style>
border-color css
<style>
span { border-color: #74FADA; }
span { border-color: rgb(116,250,218); }
td.TdClassName
{
border-color: #74FADA;
}
.TagClassName
{
border-color: #74FADA;
}
</style>