Shades of Aquamarine #5FFBCB
Tints of Aquamarine #5FFBCB
RGB
CMYK
RGB Variations
Color information
#5FFBCB (or 0x5FFBCB) is known color: Aquamarine. HEX triplet: 5F, FB and CB. RGB value is (95,251,203). Sum of RGB (Red+Green+Blue) = 95+251+203=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBCB is #A00434. Grayscale: #C6C6C6. Windows color (decimal): -10486837 or 13368159. OLE color: 13368159.
HSL color Cylindrical-coordinate representation of color #5FFBCB: hue angle of 161.54º 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 #5FFBCB is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 203 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.02 |
| HSL | 161.54º | 0.95% | 0.68% | - |
| HSV(B) | 161.54º | 0.62% | 0.98% | - |
| XYZ | 50 | 75.74 | 68.48 | - |
| YUV | 198.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 203 | 0.62 | 0 | 0.19 | 0.02 | 161.54 | 0.95 | 0.68 |
| Hex | 5F | FB | CB | 3E | 0 | 13 | 2 | A2 | 5F | 44 |
| Octal | 137 | 373 | 313 | 76 | 0 | 23 | 2 | 242 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11001011 | 111110 | 0 | 10011 | 10 | 10100010 | 1011111 | 1000100 |
Color Harmonies of #5FFBCB
Complementary color
Monochromatic Colors of #5FFBCB
Black with #5FFBCB
Text Example
Text Example
White with #5FFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBCB; }
p { color: rgb(95,251,203); }
H1.HeaderClassName
{
color: #5FFBCB;
}
.AnyTagClassName
{
color: #5FFBCB;
}
</style>
background-color css
<style>
a { background-color: #5FFBCB; }
a { background-color: rgb(95,251,203); }
div.DivClassName
{
background-color: #5FFBCB;
}
.BgClassName
{
background-color: #5FFBCB;
}
</style>
border-color css
<style>
span { border-color: #5FFBCB; }
span { border-color: rgb(95,251,203); }
td.TdClassName
{
border-color: #5FFBCB;
}
.TagClassName
{
border-color: #5FFBCB;
}
</style>