Shades of Aquamarine #74FBDB
Tints of Aquamarine #74FBDB
RGB
CMYK
RGB Variations
Color information
#74FBDB (or 0x74FBDB) is known color: Aquamarine. HEX triplet: 74, FB and DB. RGB value is (116,251,219). Sum of RGB (Red+Green+Blue) = 116+251+219=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBDB is #8B0424. Grayscale: #CECECE. Windows color (decimal): -9110565 or 14416756. OLE color: 14416756.
HSL color Cylindrical-coordinate representation of color #74FBDB: hue angle of 165.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 #74FBDB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 219 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.02 |
| HSL | 165.78º | 0.94% | 0.72% | - |
| HSV(B) | 165.78º | 0.54% | 0.98% | - |
| XYZ | 54.49 | 77.82 | 79.17 | - |
| YUV | 206.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 219 | 0.54 | 0 | 0.13 | 0.02 | 165.78 | 0.94 | 0.72 |
| Hex | 74 | FB | DB | 36 | 0 | D | 2 | A6 | 5E | 48 |
| Octal | 164 | 373 | 333 | 66 | 0 | 15 | 2 | 246 | 136 | 110 |
| Binary | 1110100 | 11111011 | 11011011 | 110110 | 0 | 1101 | 10 | 10100110 | 1011110 | 1001000 |
Color Harmonies of #74FBDB
Complementary color
Monochromatic Colors of #74FBDB
Black with #74FBDB
Text Example
Text Example
White with #74FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBDB; }
p { color: rgb(116,251,219); }
H1.HeaderClassName
{
color: #74FBDB;
}
.AnyTagClassName
{
color: #74FBDB;
}
</style>
background-color css
<style>
a { background-color: #74FBDB; }
a { background-color: rgb(116,251,219); }
div.DivClassName
{
background-color: #74FBDB;
}
.BgClassName
{
background-color: #74FBDB;
}
</style>
border-color css
<style>
span { border-color: #74FBDB; }
span { border-color: rgb(116,251,219); }
td.TdClassName
{
border-color: #74FBDB;
}
.TagClassName
{
border-color: #74FBDB;
}
</style>