Shades of Aquamarine #74EFBC
Tints of Aquamarine #74EFBC
RGB
CMYK
RGB Variations
Color information
#74EFBC (or 0x74EFBC) is known color: Aquamarine. HEX triplet: 74, EF and BC. RGB value is (116,239,188). Sum of RGB (Red+Green+Blue) = 116+239+188=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFBC is #8B1043. Grayscale: #C4C4C4. Windows color (decimal): -9113668 or 12382068. OLE color: 12382068.
HSL color Cylindrical-coordinate representation of color #74EFBC: hue angle of 155.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EFBC is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 188 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.06 |
| HSL | 155.12º | 0.79% | 0.7% | - |
| HSV(B) | 155.12º | 0.51% | 0.94% | - |
| XYZ | 47.15 | 69.08 | 58.43 | - |
| YUV | 196.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 188 | 0.51 | 0 | 0.21 | 0.06 | 155.12 | 0.79 | 0.7 |
| Hex | 74 | EF | BC | 33 | 0 | 15 | 6 | 9B | 4F | 46 |
| Octal | 164 | 357 | 274 | 63 | 0 | 25 | 6 | 233 | 117 | 106 |
| Binary | 1110100 | 11101111 | 10111100 | 110011 | 0 | 10101 | 110 | 10011011 | 1001111 | 1000110 |
Color Harmonies of #74EFBC
Complementary color
Monochromatic Colors of #74EFBC
Black with #74EFBC
Text Example
Text Example
White with #74EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFBC; }
p { color: rgb(116,239,188); }
H1.HeaderClassName
{
color: #74EFBC;
}
.AnyTagClassName
{
color: #74EFBC;
}
</style>
background-color css
<style>
a { background-color: #74EFBC; }
a { background-color: rgb(116,239,188); }
div.DivClassName
{
background-color: #74EFBC;
}
.BgClassName
{
background-color: #74EFBC;
}
</style>
border-color css
<style>
span { border-color: #74EFBC; }
span { border-color: rgb(116,239,188); }
td.TdClassName
{
border-color: #74EFBC;
}
.TagClassName
{
border-color: #74EFBC;
}
</style>