Shades of Aquamarine #74FADB
Tints of Aquamarine #74FADB
RGB
CMYK
RGB Variations
Color information
#74FADB (or 0x74FADB) is known color: Aquamarine. HEX triplet: 74, FA and DB. RGB value is (116,250,219). Sum of RGB (Red+Green+Blue) = 116+250+219=585 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.83% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #74FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FADB is #8B0524. Grayscale: #CECECE. Windows color (decimal): -9110821 or 14416500. OLE color: 14416500.
HSL color Cylindrical-coordinate representation of color #74FADB: hue angle of 166.12º degrees, saturation: 0.93, 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 #74FADB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 219 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.02 |
| HSL | 166.12º | 0.93% | 0.72% | - |
| HSV(B) | 166.12º | 0.54% | 0.98% | - |
| XYZ | 54.17 | 77.2 | 79.06 | - |
| YUV | 206.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 219 | 0.54 | 0 | 0.12 | 0.02 | 166.12 | 0.93 | 0.72 |
| Hex | 74 | FA | DB | 36 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 164 | 372 | 333 | 66 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110100 | 11111010 | 11011011 | 110110 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #74FADB
Complementary color
Monochromatic Colors of #74FADB
Black with #74FADB
Text Example
Text Example
White with #74FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FADB; }
p { color: rgb(116,250,219); }
H1.HeaderClassName
{
color: #74FADB;
}
.AnyTagClassName
{
color: #74FADB;
}
</style>
background-color css
<style>
a { background-color: #74FADB; }
a { background-color: rgb(116,250,219); }
div.DivClassName
{
background-color: #74FADB;
}
.BgClassName
{
background-color: #74FADB;
}
</style>
border-color css
<style>
span { border-color: #74FADB; }
span { border-color: rgb(116,250,219); }
td.TdClassName
{
border-color: #74FADB;
}
.TagClassName
{
border-color: #74FADB;
}
</style>