Shades of Medium Aquamarine #5FF3B2
Tints of Medium Aquamarine #5FF3B2
RGB
CMYK
RGB Variations
Color information
#5FF3B2 (or 0x5FF3B2) is known color: Medium Aquamarine. HEX triplet: 5F, F3 and B2. RGB value is (95,243,178). Sum of RGB (Red+Green+Blue) = 95+243+178=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF3B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF3B2 is #A00C4D. Grayscale: #BFBFBF. Windows color (decimal): -10488910 or 11727711. OLE color: 11727711.
HSL color Cylindrical-coordinate representation of color #5FF3B2: hue angle of 153.65º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF3B2 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 243 | 178 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.05 |
| HSL | 153.65º | 0.86% | 0.66% | - |
| HSV(B) | 153.65º | 0.61% | 0.95% | - |
| XYZ | 44.81 | 69.75 | 53.22 | - |
| YUV | 191.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 178 | 0.61 | 0 | 0.27 | 0.05 | 153.65 | 0.86 | 0.66 |
| Hex | 5F | F3 | B2 | 3D | 0 | 1B | 5 | 9A | 56 | 42 |
| Octal | 137 | 363 | 262 | 75 | 0 | 33 | 5 | 232 | 126 | 102 |
| Binary | 1011111 | 11110011 | 10110010 | 111101 | 0 | 11011 | 101 | 10011010 | 1010110 | 1000010 |
Color Harmonies of #5FF3B2
Complementary color
Monochromatic Colors of #5FF3B2
Black with #5FF3B2
Text Example
Text Example
White with #5FF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF3B2; }
p { color: rgb(95,243,178); }
H1.HeaderClassName
{
color: #5FF3B2;
}
.AnyTagClassName
{
color: #5FF3B2;
}
</style>
background-color css
<style>
a { background-color: #5FF3B2; }
a { background-color: rgb(95,243,178); }
div.DivClassName
{
background-color: #5FF3B2;
}
.BgClassName
{
background-color: #5FF3B2;
}
</style>
border-color css
<style>
span { border-color: #5FF3B2; }
span { border-color: rgb(95,243,178); }
td.TdClassName
{
border-color: #5FF3B2;
}
.TagClassName
{
border-color: #5FF3B2;
}
</style>