Shades of Aquamarine #74EFCD
Tints of Aquamarine #74EFCD
RGB
CMYK
RGB Variations
Color information
#74EFCD (or 0x74EFCD) is known color: Aquamarine. HEX triplet: 74, EF and CD. RGB value is (116,239,205). Sum of RGB (Red+Green+Blue) = 116+239+205=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFCD is #8B1032. Grayscale: #C6C6C6. Windows color (decimal): -9113651 or 13496180. OLE color: 13496180.
HSL color Cylindrical-coordinate representation of color #74EFCD: hue angle of 163.41º 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 #74EFCD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 205 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.06 |
| HSL | 163.41º | 0.79% | 0.7% | - |
| HSV(B) | 163.41º | 0.51% | 0.94% | - |
| XYZ | 49.09 | 69.85 | 68.65 | - |
| YUV | 198.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 205 | 0.51 | 0 | 0.14 | 0.06 | 163.41 | 0.79 | 0.7 |
| Hex | 74 | EF | CD | 33 | 0 | E | 6 | A3 | 4F | 46 |
| Octal | 164 | 357 | 315 | 63 | 0 | 16 | 6 | 243 | 117 | 106 |
| Binary | 1110100 | 11101111 | 11001101 | 110011 | 0 | 1110 | 110 | 10100011 | 1001111 | 1000110 |
Color Harmonies of #74EFCD
Complementary color
Monochromatic Colors of #74EFCD
Black with #74EFCD
Text Example
Text Example
White with #74EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EFCD; }
p { color: rgb(116,239,205); }
H1.HeaderClassName
{
color: #74EFCD;
}
.AnyTagClassName
{
color: #74EFCD;
}
</style>
background-color css
<style>
a { background-color: #74EFCD; }
a { background-color: rgb(116,239,205); }
div.DivClassName
{
background-color: #74EFCD;
}
.BgClassName
{
background-color: #74EFCD;
}
</style>
border-color css
<style>
span { border-color: #74EFCD; }
span { border-color: rgb(116,239,205); }
td.TdClassName
{
border-color: #74EFCD;
}
.TagClassName
{
border-color: #74EFCD;
}
</style>