Shades of Aquamarine #60FBCB
Tints of Aquamarine #60FBCB
RGB
CMYK
RGB Variations
Color information
#60FBCB (or 0x60FBCB) is known color: Aquamarine. HEX triplet: 60, FB and CB. RGB value is (96,251,203). Sum of RGB (Red+Green+Blue) = 96+251+203=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBCB is #9F0434. Grayscale: #C7C7C7. Windows color (decimal): -10421301 or 13368160. OLE color: 13368160.
HSL color Cylindrical-coordinate representation of color #60FBCB: hue angle of 161.42º 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 #60FBCB is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 203 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.02 |
| HSL | 161.42º | 0.95% | 0.68% | - |
| HSV(B) | 161.42º | 0.62% | 0.98% | - |
| XYZ | 50.1 | 75.79 | 68.49 | - |
| YUV | 199.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 203 | 0.62 | 0 | 0.19 | 0.02 | 161.42 | 0.95 | 0.68 |
| Hex | 60 | FB | CB | 3E | 0 | 13 | 2 | A1 | 5F | 44 |
| Octal | 140 | 373 | 313 | 76 | 0 | 23 | 2 | 241 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11001011 | 111110 | 0 | 10011 | 10 | 10100001 | 1011111 | 1000100 |
Color Harmonies of #60FBCB
Complementary color
Monochromatic Colors of #60FBCB
Black with #60FBCB
Text Example
Text Example
White with #60FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBCB; }
p { color: rgb(96,251,203); }
H1.HeaderClassName
{
color: #60FBCB;
}
.AnyTagClassName
{
color: #60FBCB;
}
</style>
background-color css
<style>
a { background-color: #60FBCB; }
a { background-color: rgb(96,251,203); }
div.DivClassName
{
background-color: #60FBCB;
}
.BgClassName
{
background-color: #60FBCB;
}
</style>
border-color css
<style>
span { border-color: #60FBCB; }
span { border-color: rgb(96,251,203); }
td.TdClassName
{
border-color: #60FBCB;
}
.TagClassName
{
border-color: #60FBCB;
}
</style>