Shades of Aquamarine #74FABC
Tints of Aquamarine #74FABC
RGB
CMYK
RGB Variations
Color information
#74FABC (or 0x74FABC) is known color: Aquamarine. HEX triplet: 74, FA and BC. RGB value is (116,250,188). Sum of RGB (Red+Green+Blue) = 116+250+188=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #74FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FABC is #8B0543. Grayscale: #CACACA. Windows color (decimal): -9110852 or 12384884. OLE color: 12384884.
HSL color Cylindrical-coordinate representation of color #74FABC: hue angle of 152.24º 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 #74FABC is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 188 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.02 |
| HSL | 152.24º | 0.93% | 0.72% | - |
| HSV(B) | 152.24º | 0.54% | 0.98% | - |
| XYZ | 50.47 | 75.72 | 59.53 | - |
| YUV | 202.87 | 119.61 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 188 | 0.54 | 0 | 0.25 | 0.02 | 152.24 | 0.93 | 0.72 |
| Hex | 74 | FA | BC | 36 | 0 | 19 | 2 | 98 | 5D | 48 |
| Octal | 164 | 372 | 274 | 66 | 0 | 31 | 2 | 230 | 135 | 110 |
| Binary | 1110100 | 11111010 | 10111100 | 110110 | 0 | 11001 | 10 | 10011000 | 1011101 | 1001000 |
Color Harmonies of #74FABC
Complementary color
Monochromatic Colors of #74FABC
Black with #74FABC
Text Example
Text Example
White with #74FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FABC; }
p { color: rgb(116,250,188); }
H1.HeaderClassName
{
color: #74FABC;
}
.AnyTagClassName
{
color: #74FABC;
}
</style>
background-color css
<style>
a { background-color: #74FABC; }
a { background-color: rgb(116,250,188); }
div.DivClassName
{
background-color: #74FABC;
}
.BgClassName
{
background-color: #74FABC;
}
</style>
border-color css
<style>
span { border-color: #74FABC; }
span { border-color: rgb(116,250,188); }
td.TdClassName
{
border-color: #74FABC;
}
.TagClassName
{
border-color: #74FABC;
}
</style>