Shades of Aquamarine #5FFBC3
Tints of Aquamarine #5FFBC3
RGB
CMYK
RGB Variations
Color information
#5FFBC3 (or 0x5FFBC3) is known color: Aquamarine. HEX triplet: 5F, FB and C3. RGB value is (95,251,195). Sum of RGB (Red+Green+Blue) = 95+251+195=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBC3 is #A0043C. Grayscale: #C6C6C6. Windows color (decimal): -10486845 or 12843871. OLE color: 12843871.
HSL color Cylindrical-coordinate representation of color #5FFBC3: hue angle of 158.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBC3 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 195 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.02 |
| HSL | 158.46º | 0.95% | 0.68% | - |
| HSV(B) | 158.46º | 0.62% | 0.98% | - |
| XYZ | 49.07 | 75.37 | 63.59 | - |
| YUV | 197.97 | 126.32 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 195 | 0.62 | 0 | 0.22 | 0.02 | 158.46 | 0.95 | 0.68 |
| Hex | 5F | FB | C3 | 3E | 0 | 16 | 2 | 9E | 5F | 44 |
| Octal | 137 | 373 | 303 | 76 | 0 | 26 | 2 | 236 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11000011 | 111110 | 0 | 10110 | 10 | 10011110 | 1011111 | 1000100 |
Color Harmonies of #5FFBC3
Complementary color
Monochromatic Colors of #5FFBC3
Black with #5FFBC3
Text Example
Text Example
White with #5FFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBC3; }
p { color: rgb(95,251,195); }
H1.HeaderClassName
{
color: #5FFBC3;
}
.AnyTagClassName
{
color: #5FFBC3;
}
</style>
background-color css
<style>
a { background-color: #5FFBC3; }
a { background-color: rgb(95,251,195); }
div.DivClassName
{
background-color: #5FFBC3;
}
.BgClassName
{
background-color: #5FFBC3;
}
</style>
border-color css
<style>
span { border-color: #5FFBC3; }
span { border-color: rgb(95,251,195); }
td.TdClassName
{
border-color: #5FFBC3;
}
.TagClassName
{
border-color: #5FFBC3;
}
</style>