Shades of Aquamarine #74FFCA
Tints of Aquamarine #74FFCA
RGB
CMYK
RGB Variations
Color information
#74FFCA (or 0x74FFCA) is known color: Aquamarine. HEX triplet: 74, FF and CA. RGB value is (116,255,202). Sum of RGB (Red+Green+Blue) = 116+255+202=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCA is #8B0035. Grayscale: #CFCFCF. Windows color (decimal): -9109558 or 13303668. OLE color: 13303668.
HSL color Cylindrical-coordinate representation of color #74FFCA: hue angle of 157.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFCA is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 202 | - |
| CMYK | 0.55 | 0 | 0.21 | 0 |
| HSL | 157.12º | 1% | 0.73% | - |
| HSV(B) | 157.12º | 0.55% | 1% | - |
| XYZ | 53.62 | 79.5 | 68.4 | - |
| YUV | 207.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 202 | 0.55 | 0 | 0.21 | 0 | 157.12 | 1 | 0.73 |
| Hex | 74 | FF | CA | 37 | 0 | 15 | 0 | 9D | 64 | 49 |
| Octal | 164 | 377 | 312 | 67 | 0 | 25 | 0 | 235 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11001010 | 110111 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001001 |
Color Harmonies of #74FFCA
Complementary color
Monochromatic Colors of #74FFCA
Black with #74FFCA
Text Example
Text Example
White with #74FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFCA; }
p { color: rgb(116,255,202); }
H1.HeaderClassName
{
color: #74FFCA;
}
.AnyTagClassName
{
color: #74FFCA;
}
</style>
background-color css
<style>
a { background-color: #74FFCA; }
a { background-color: rgb(116,255,202); }
div.DivClassName
{
background-color: #74FFCA;
}
.BgClassName
{
background-color: #74FFCA;
}
</style>
border-color css
<style>
span { border-color: #74FFCA; }
span { border-color: rgb(116,255,202); }
td.TdClassName
{
border-color: #74FFCA;
}
.TagClassName
{
border-color: #74FFCA;
}
</style>