Shades of Aquamarine #74FAC1
Tints of Aquamarine #74FAC1
RGB
CMYK
RGB Variations
Color information
#74FAC1 (or 0x74FAC1) is known color: Aquamarine. HEX triplet: 74, FA and C1. RGB value is (116,250,193). Sum of RGB (Red+Green+Blue) = 116+250+193=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FAC1 is #8B053E. Grayscale: #CBCBCB. Windows color (decimal): -9110847 or 12712564. OLE color: 12712564.
HSL color Cylindrical-coordinate representation of color #74FAC1: hue angle of 154.48º 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 #74FAC1 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 193 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.02 |
| HSL | 154.48º | 0.93% | 0.72% | - |
| HSV(B) | 154.48º | 0.54% | 0.98% | - |
| XYZ | 51.01 | 75.93 | 62.42 | - |
| YUV | 203.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 193 | 0.54 | 0 | 0.23 | 0.02 | 154.48 | 0.93 | 0.72 |
| Hex | 74 | FA | C1 | 36 | 0 | 17 | 2 | 9A | 5D | 48 |
| Octal | 164 | 372 | 301 | 66 | 0 | 27 | 2 | 232 | 135 | 110 |
| Binary | 1110100 | 11111010 | 11000001 | 110110 | 0 | 10111 | 10 | 10011010 | 1011101 | 1001000 |
Color Harmonies of #74FAC1
Complementary color
Monochromatic Colors of #74FAC1
Black with #74FAC1
Text Example
Text Example
White with #74FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FAC1; }
p { color: rgb(116,250,193); }
H1.HeaderClassName
{
color: #74FAC1;
}
.AnyTagClassName
{
color: #74FAC1;
}
</style>
background-color css
<style>
a { background-color: #74FAC1; }
a { background-color: rgb(116,250,193); }
div.DivClassName
{
background-color: #74FAC1;
}
.BgClassName
{
background-color: #74FAC1;
}
</style>
border-color css
<style>
span { border-color: #74FAC1; }
span { border-color: rgb(116,250,193); }
td.TdClassName
{
border-color: #74FAC1;
}
.TagClassName
{
border-color: #74FAC1;
}
</style>