Shades of Aquamarine #74FBC0
Tints of Aquamarine #74FBC0
RGB
CMYK
RGB Variations
Color information
#74FBC0 (or 0x74FBC0) is known color: Aquamarine. HEX triplet: 74, FB and C0. RGB value is (116,251,192). Sum of RGB (Red+Green+Blue) = 116+251+192=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBC0 is #8B043F. Grayscale: #CCCCCC. Windows color (decimal): -9110592 or 12647284. OLE color: 12647284.
HSL color Cylindrical-coordinate representation of color #74FBC0: hue angle of 153.78º degrees, saturation: 0.94, 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 #74FBC0 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 192 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.02 |
| HSL | 153.78º | 0.94% | 0.72% | - |
| HSV(B) | 153.78º | 0.54% | 0.98% | - |
| XYZ | 51.21 | 76.51 | 61.94 | - |
| YUV | 203.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 192 | 0.54 | 0 | 0.24 | 0.02 | 153.78 | 0.94 | 0.72 |
| Hex | 74 | FB | C0 | 36 | 0 | 18 | 2 | 9A | 5E | 48 |
| Octal | 164 | 373 | 300 | 66 | 0 | 30 | 2 | 232 | 136 | 110 |
| Binary | 1110100 | 11111011 | 11000000 | 110110 | 0 | 11000 | 10 | 10011010 | 1011110 | 1001000 |
Color Harmonies of #74FBC0
Complementary color
Monochromatic Colors of #74FBC0
Black with #74FBC0
Text Example
Text Example
White with #74FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBC0; }
p { color: rgb(116,251,192); }
H1.HeaderClassName
{
color: #74FBC0;
}
.AnyTagClassName
{
color: #74FBC0;
}
</style>
background-color css
<style>
a { background-color: #74FBC0; }
a { background-color: rgb(116,251,192); }
div.DivClassName
{
background-color: #74FBC0;
}
.BgClassName
{
background-color: #74FBC0;
}
</style>
border-color css
<style>
span { border-color: #74FBC0; }
span { border-color: rgb(116,251,192); }
td.TdClassName
{
border-color: #74FBC0;
}
.TagClassName
{
border-color: #74FBC0;
}
</style>