Shades of Medium Aquamarine #58FBB4
Tints of Medium Aquamarine #58FBB4
RGB
CMYK
RGB Variations
Color information
#58FBB4 (or 0x58FBB4) is known color: Medium Aquamarine. HEX triplet: 58, FB and B4. RGB value is (88,251,180). Sum of RGB (Red+Green+Blue) = 88+251+180=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FBB4 is #A7044B. Grayscale: #C2C2C2. Windows color (decimal): -10945612 or 11860824. OLE color: 11860824.
HSL color Cylindrical-coordinate representation of color #58FBB4: hue angle of 153.87º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FBB4 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 251 | 180 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.02 |
| HSL | 153.87º | 0.95% | 0.66% | - |
| HSV(B) | 153.87º | 0.65% | 0.98% | - |
| XYZ | 46.76 | 74.36 | 55.07 | - |
| YUV | 194.17 | 120 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 251 | 180 | 0.65 | 0 | 0.28 | 0.02 | 153.87 | 0.95 | 0.66 |
| Hex | 58 | FB | B4 | 41 | 0 | 1C | 2 | 9A | 5F | 42 |
| Octal | 130 | 373 | 264 | 101 | 0 | 34 | 2 | 232 | 137 | 102 |
| Binary | 1011000 | 11111011 | 10110100 | 1000001 | 0 | 11100 | 10 | 10011010 | 1011111 | 1000010 |
Color Harmonies of #58FBB4
Complementary color
Monochromatic Colors of #58FBB4
Black with #58FBB4
Text Example
Text Example
White with #58FBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FBB4; }
p { color: rgb(88,251,180); }
H1.HeaderClassName
{
color: #58FBB4;
}
.AnyTagClassName
{
color: #58FBB4;
}
</style>
background-color css
<style>
a { background-color: #58FBB4; }
a { background-color: rgb(88,251,180); }
div.DivClassName
{
background-color: #58FBB4;
}
.BgClassName
{
background-color: #58FBB4;
}
</style>
border-color css
<style>
span { border-color: #58FBB4; }
span { border-color: rgb(88,251,180); }
td.TdClassName
{
border-color: #58FBB4;
}
.TagClassName
{
border-color: #58FBB4;
}
</style>