Shades of Aquamarine #74FBB5
Tints of Aquamarine #74FBB5
RGB
CMYK
RGB Variations
Color information
#74FBB5 (or 0x74FBB5) is known color: Aquamarine. HEX triplet: 74, FB and B5. RGB value is (116,251,181). Sum of RGB (Red+Green+Blue) = 116+251+181=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBB5 is #8B044A. Grayscale: #CACACA. Windows color (decimal): -9110603 or 11926388. OLE color: 11926388.
HSL color Cylindrical-coordinate representation of color #74FBB5: hue angle of 148.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 #74FBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 181 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.02 |
| HSL | 148.89º | 0.94% | 0.72% | - |
| HSV(B) | 148.89º | 0.54% | 0.98% | - |
| XYZ | 50.04 | 76.04 | 55.76 | - |
| YUV | 202.66 | 115.77 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 181 | 0.54 | 0 | 0.28 | 0.02 | 148.89 | 0.94 | 0.72 |
| Hex | 74 | FB | B5 | 36 | 0 | 1C | 2 | 95 | 5E | 48 |
| Octal | 164 | 373 | 265 | 66 | 0 | 34 | 2 | 225 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10110101 | 110110 | 0 | 11100 | 10 | 10010101 | 1011110 | 1001000 |
Color Harmonies of #74FBB5
Complementary color
Monochromatic Colors of #74FBB5
Black with #74FBB5
Text Example
Text Example
White with #74FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBB5; }
p { color: rgb(116,251,181); }
H1.HeaderClassName
{
color: #74FBB5;
}
.AnyTagClassName
{
color: #74FBB5;
}
</style>
background-color css
<style>
a { background-color: #74FBB5; }
a { background-color: rgb(116,251,181); }
div.DivClassName
{
background-color: #74FBB5;
}
.BgClassName
{
background-color: #74FBB5;
}
</style>
border-color css
<style>
span { border-color: #74FBB5; }
span { border-color: rgb(116,251,181); }
td.TdClassName
{
border-color: #74FBB5;
}
.TagClassName
{
border-color: #74FBB5;
}
</style>