Shades of Aquamarine #74FBC2
Tints of Aquamarine #74FBC2
RGB
CMYK
RGB Variations
Color information
#74FBC2 (or 0x74FBC2) is known color: Aquamarine. HEX triplet: 74, FB and C2. RGB value is (116,251,194). Sum of RGB (Red+Green+Blue) = 116+251+194=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FBC2 is #8B043D. Grayscale: #CCCCCC. Windows color (decimal): -9110590 or 12778356. OLE color: 12778356.
HSL color Cylindrical-coordinate representation of color #74FBC2: hue angle of 154.67º 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 #74FBC2 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 194 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.02 |
| HSL | 154.67º | 0.94% | 0.72% | - |
| HSV(B) | 154.67º | 0.54% | 0.98% | - |
| XYZ | 51.44 | 76.6 | 63.11 | - |
| YUV | 204.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 194 | 0.54 | 0 | 0.23 | 0.02 | 154.67 | 0.94 | 0.72 |
| Hex | 74 | FB | C2 | 36 | 0 | 17 | 2 | 9B | 5E | 48 |
| Octal | 164 | 373 | 302 | 66 | 0 | 27 | 2 | 233 | 136 | 110 |
| Binary | 1110100 | 11111011 | 11000010 | 110110 | 0 | 10111 | 10 | 10011011 | 1011110 | 1001000 |
Color Harmonies of #74FBC2
Complementary color
Monochromatic Colors of #74FBC2
Black with #74FBC2
Text Example
Text Example
White with #74FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBC2; }
p { color: rgb(116,251,194); }
H1.HeaderClassName
{
color: #74FBC2;
}
.AnyTagClassName
{
color: #74FBC2;
}
</style>
background-color css
<style>
a { background-color: #74FBC2; }
a { background-color: rgb(116,251,194); }
div.DivClassName
{
background-color: #74FBC2;
}
.BgClassName
{
background-color: #74FBC2;
}
</style>
border-color css
<style>
span { border-color: #74FBC2; }
span { border-color: rgb(116,251,194); }
td.TdClassName
{
border-color: #74FBC2;
}
.TagClassName
{
border-color: #74FBC2;
}
</style>