Shades of Aquamarine #74FFC4
Tints of Aquamarine #74FFC4
RGB
CMYK
RGB Variations
Color information
#74FFC4 (or 0x74FFC4) is known color: Aquamarine. HEX triplet: 74, FF and C4. RGB value is (116,255,196). Sum of RGB (Red+Green+Blue) = 116+255+196=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFC4 is #8B003B. Grayscale: #CECECE. Windows color (decimal): -9109564 or 12910452. OLE color: 12910452.
HSL color Cylindrical-coordinate representation of color #74FFC4: hue angle of 154.53º 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 #74FFC4 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 196 | - |
| CMYK | 0.55 | 0 | 0.23 | 0 |
| HSL | 154.53º | 1% | 0.73% | - |
| HSV(B) | 154.53º | 0.55% | 1% | - |
| XYZ | 52.93 | 79.22 | 64.73 | - |
| YUV | 206.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 196 | 0.55 | 0 | 0.23 | 0 | 154.53 | 1 | 0.73 |
| Hex | 74 | FF | C4 | 37 | 0 | 17 | 0 | 9B | 64 | 49 |
| Octal | 164 | 377 | 304 | 67 | 0 | 27 | 0 | 233 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11000100 | 110111 | 0 | 10111 | 0 | 10011011 | 1100100 | 1001001 |
Color Harmonies of #74FFC4
Complementary color
Monochromatic Colors of #74FFC4
Black with #74FFC4
Text Example
Text Example
White with #74FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFC4; }
p { color: rgb(116,255,196); }
H1.HeaderClassName
{
color: #74FFC4;
}
.AnyTagClassName
{
color: #74FFC4;
}
</style>
background-color css
<style>
a { background-color: #74FFC4; }
a { background-color: rgb(116,255,196); }
div.DivClassName
{
background-color: #74FFC4;
}
.BgClassName
{
background-color: #74FFC4;
}
</style>
border-color css
<style>
span { border-color: #74FFC4; }
span { border-color: rgb(116,255,196); }
td.TdClassName
{
border-color: #74FFC4;
}
.TagClassName
{
border-color: #74FFC4;
}
</style>