Shades of Aquamarine #5FFFC4
Tints of Aquamarine #5FFFC4
RGB
CMYK
RGB Variations
Color information
#5FFFC4 (or 0x5FFFC4) is known color: Aquamarine. HEX triplet: 5F, FF and C4. RGB value is (95,255,196). Sum of RGB (Red+Green+Blue) = 95+255+196=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC4 is #A0003B. Grayscale: #C8C8C8. Windows color (decimal): -10485820 or 12910431. OLE color: 12910431.
HSL color Cylindrical-coordinate representation of color #5FFFC4: hue angle of 157.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFC4 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 196 | - |
| CMYK | 0.63 | 0 | 0.23 | 0 |
| HSL | 157.88º | 1% | 0.69% | - |
| HSV(B) | 157.88º | 0.63% | 1% | - |
| XYZ | 50.44 | 77.94 | 64.61 | - |
| YUV | 200.43 | 125.49 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 196 | 0.63 | 0 | 0.23 | 0 | 157.88 | 1 | 0.69 |
| Hex | 5F | FF | C4 | 3F | 0 | 17 | 0 | 9E | 64 | 45 |
| Octal | 137 | 377 | 304 | 77 | 0 | 27 | 0 | 236 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11000100 | 111111 | 0 | 10111 | 0 | 10011110 | 1100100 | 1000101 |
Color Harmonies of #5FFFC4
Complementary color
Monochromatic Colors of #5FFFC4
Black with #5FFFC4
Text Example
Text Example
White with #5FFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFC4; }
p { color: rgb(95,255,196); }
H1.HeaderClassName
{
color: #5FFFC4;
}
.AnyTagClassName
{
color: #5FFFC4;
}
</style>
background-color css
<style>
a { background-color: #5FFFC4; }
a { background-color: rgb(95,255,196); }
div.DivClassName
{
background-color: #5FFFC4;
}
.BgClassName
{
background-color: #5FFFC4;
}
</style>
border-color css
<style>
span { border-color: #5FFFC4; }
span { border-color: rgb(95,255,196); }
td.TdClassName
{
border-color: #5FFFC4;
}
.TagClassName
{
border-color: #5FFFC4;
}
</style>