Shades of Aquamarine #60FFCB
Tints of Aquamarine #60FFCB
RGB
CMYK
RGB Variations
Color information
#60FFCB (or 0x60FFCB) is known color: Aquamarine. HEX triplet: 60, FF and CB. RGB value is (96,255,203). Sum of RGB (Red+Green+Blue) = 96+255+203=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFCB is #9F0034. Grayscale: #C9C9C9. Windows color (decimal): -10420277 or 13369184. OLE color: 13369184.
HSL color Cylindrical-coordinate representation of color #60FFCB: hue angle of 160.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFCB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 203 | - |
| CMYK | 0.62 | 0 | 0.20 | 0 |
| HSL | 160.38º | 1% | 0.69% | - |
| HSV(B) | 160.38º | 0.62% | 1% | - |
| XYZ | 51.36 | 78.32 | 68.91 | - |
| YUV | 201.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 203 | 0.62 | 0 | 0.20 | 0 | 160.38 | 1 | 0.69 |
| Hex | 60 | FF | CB | 3E | 0 | 14 | 0 | A0 | 64 | 45 |
| Octal | 140 | 377 | 313 | 76 | 0 | 24 | 0 | 240 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11001011 | 111110 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000101 |
Color Harmonies of #60FFCB
Complementary color
Monochromatic Colors of #60FFCB
Black with #60FFCB
Text Example
Text Example
White with #60FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFCB; }
p { color: rgb(96,255,203); }
H1.HeaderClassName
{
color: #60FFCB;
}
.AnyTagClassName
{
color: #60FFCB;
}
</style>
background-color css
<style>
a { background-color: #60FFCB; }
a { background-color: rgb(96,255,203); }
div.DivClassName
{
background-color: #60FFCB;
}
.BgClassName
{
background-color: #60FFCB;
}
</style>
border-color css
<style>
span { border-color: #60FFCB; }
span { border-color: rgb(96,255,203); }
td.TdClassName
{
border-color: #60FFCB;
}
.TagClassName
{
border-color: #60FFCB;
}
</style>