Shades of Aquamarine #74FCCF
Tints of Aquamarine #74FCCF
RGB
CMYK
RGB Variations
Color information
#74FCCF (or 0x74FCCF) is known color: Aquamarine. HEX triplet: 74, FC and CF. RGB value is (116,252,207). Sum of RGB (Red+Green+Blue) = 116+252+207=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCCF is #8B0330. Grayscale: #CECECE. Windows color (decimal): -9110321 or 13630580. OLE color: 13630580.
HSL color Cylindrical-coordinate representation of color #74FCCF: hue angle of 160.15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCCF is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 207 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.01 |
| HSL | 160.15º | 0.96% | 0.72% | - |
| HSV(B) | 160.15º | 0.54% | 0.99% | - |
| XYZ | 53.28 | 77.84 | 71.25 | - |
| YUV | 206.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 207 | 0.54 | 0 | 0.18 | 0.01 | 160.15 | 0.96 | 0.72 |
| Hex | 74 | FC | CF | 36 | 0 | 12 | 1 | A0 | 60 | 48 |
| Octal | 164 | 374 | 317 | 66 | 0 | 22 | 1 | 240 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11001111 | 110110 | 0 | 10010 | 1 | 10100000 | 1100000 | 1001000 |
Color Harmonies of #74FCCF
Complementary color
Monochromatic Colors of #74FCCF
Black with #74FCCF
Text Example
Text Example
White with #74FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCCF; }
p { color: rgb(116,252,207); }
H1.HeaderClassName
{
color: #74FCCF;
}
.AnyTagClassName
{
color: #74FCCF;
}
</style>
background-color css
<style>
a { background-color: #74FCCF; }
a { background-color: rgb(116,252,207); }
div.DivClassName
{
background-color: #74FCCF;
}
.BgClassName
{
background-color: #74FCCF;
}
</style>
border-color css
<style>
span { border-color: #74FCCF; }
span { border-color: rgb(116,252,207); }
td.TdClassName
{
border-color: #74FCCF;
}
.TagClassName
{
border-color: #74FCCF;
}
</style>