Shades of Aquamarine #74FBBC
Tints of Aquamarine #74FBBC
RGB
CMYK
RGB Variations
Color information
#74FBBC (or 0x74FBBC) is known color: Aquamarine. HEX triplet: 74, FB and BC. RGB value is (116,251,188). Sum of RGB (Red+Green+Blue) = 116+251+188=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBBC is #8B0443. Grayscale: #CBCBCB. Windows color (decimal): -9110596 or 12385140. OLE color: 12385140.
HSL color Cylindrical-coordinate representation of color #74FBBC: hue angle of 152º 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 #74FBBC is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 188 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.02 |
| HSL | 152º | 0.94% | 0.72% | - |
| HSV(B) | 152º | 0.54% | 0.98% | - |
| XYZ | 50.78 | 76.34 | 59.64 | - |
| YUV | 203.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 188 | 0.54 | 0 | 0.25 | 0.02 | 152 | 0.94 | 0.72 |
| Hex | 74 | FB | BC | 36 | 0 | 19 | 2 | 98 | 5E | 48 |
| Octal | 164 | 373 | 274 | 66 | 0 | 31 | 2 | 230 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10111100 | 110110 | 0 | 11001 | 10 | 10011000 | 1011110 | 1001000 |
Color Harmonies of #74FBBC
Complementary color
Monochromatic Colors of #74FBBC
Black with #74FBBC
Text Example
Text Example
White with #74FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBBC; }
p { color: rgb(116,251,188); }
H1.HeaderClassName
{
color: #74FBBC;
}
.AnyTagClassName
{
color: #74FBBC;
}
</style>
background-color css
<style>
a { background-color: #74FBBC; }
a { background-color: rgb(116,251,188); }
div.DivClassName
{
background-color: #74FBBC;
}
.BgClassName
{
background-color: #74FBBC;
}
</style>
border-color css
<style>
span { border-color: #74FBBC; }
span { border-color: rgb(116,251,188); }
td.TdClassName
{
border-color: #74FBBC;
}
.TagClassName
{
border-color: #74FBBC;
}
</style>