Shades of Aquamarine #74FBBE
Tints of Aquamarine #74FBBE
RGB
CMYK
RGB Variations
Color information
#74FBBE (or 0x74FBBE) is known color: Aquamarine. HEX triplet: 74, FB and BE. RGB value is (116,251,190). Sum of RGB (Red+Green+Blue) = 116+251+190=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBBE is #8B0441. Grayscale: #CBCBCB. Windows color (decimal): -9110594 or 12516212. OLE color: 12516212.
HSL color Cylindrical-coordinate representation of color #74FBBE: hue angle of 152.89º 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 #74FBBE is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 190 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.02 |
| HSL | 152.89º | 0.94% | 0.72% | - |
| HSV(B) | 152.89º | 0.54% | 0.98% | - |
| XYZ | 50.99 | 76.43 | 60.78 | - |
| YUV | 203.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 190 | 0.54 | 0 | 0.24 | 0.02 | 152.89 | 0.94 | 0.72 |
| Hex | 74 | FB | BE | 36 | 0 | 18 | 2 | 99 | 5E | 48 |
| Octal | 164 | 373 | 276 | 66 | 0 | 30 | 2 | 231 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10111110 | 110110 | 0 | 11000 | 10 | 10011001 | 1011110 | 1001000 |
Color Harmonies of #74FBBE
Complementary color
Monochromatic Colors of #74FBBE
Black with #74FBBE
Text Example
Text Example
White with #74FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBBE; }
p { color: rgb(116,251,190); }
H1.HeaderClassName
{
color: #74FBBE;
}
.AnyTagClassName
{
color: #74FBBE;
}
</style>
background-color css
<style>
a { background-color: #74FBBE; }
a { background-color: rgb(116,251,190); }
div.DivClassName
{
background-color: #74FBBE;
}
.BgClassName
{
background-color: #74FBBE;
}
</style>
border-color css
<style>
span { border-color: #74FBBE; }
span { border-color: rgb(116,251,190); }
td.TdClassName
{
border-color: #74FBBE;
}
.TagClassName
{
border-color: #74FBBE;
}
</style>