Shades of Aquamarine #60FFB4
Tints of Aquamarine #60FFB4
RGB
CMYK
RGB Variations
Color information
#60FFB4 (or 0x60FFB4) is known color: Aquamarine. HEX triplet: 60, FF and B4. RGB value is (96,255,180). Sum of RGB (Red+Green+Blue) = 96+255+180=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFB4 is #9F004B. Grayscale: #C7C7C7. Windows color (decimal): -10420300 or 11861856. OLE color: 11861856.
HSL color Cylindrical-coordinate representation of color #60FFB4: hue angle of 151.7º 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 #60FFB4 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 180 | - |
| CMYK | 0.62 | 0 | 0.29 | 0 |
| HSL | 151.7º | 1% | 0.69% | - |
| HSV(B) | 151.7º | 0.62% | 1% | - |
| XYZ | 48.82 | 77.3 | 55.53 | - |
| YUV | 198.91 | 117.32 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 180 | 0.62 | 0 | 0.29 | 0 | 151.7 | 1 | 0.69 |
| Hex | 60 | FF | B4 | 3E | 0 | 1D | 0 | 98 | 64 | 45 |
| Octal | 140 | 377 | 264 | 76 | 0 | 35 | 0 | 230 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10110100 | 111110 | 0 | 11101 | 0 | 10011000 | 1100100 | 1000101 |
Color Harmonies of #60FFB4
Complementary color
Monochromatic Colors of #60FFB4
Black with #60FFB4
Text Example
Text Example
White with #60FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFB4; }
p { color: rgb(96,255,180); }
H1.HeaderClassName
{
color: #60FFB4;
}
.AnyTagClassName
{
color: #60FFB4;
}
</style>
background-color css
<style>
a { background-color: #60FFB4; }
a { background-color: rgb(96,255,180); }
div.DivClassName
{
background-color: #60FFB4;
}
.BgClassName
{
background-color: #60FFB4;
}
</style>
border-color css
<style>
span { border-color: #60FFB4; }
span { border-color: rgb(96,255,180); }
td.TdClassName
{
border-color: #60FFB4;
}
.TagClassName
{
border-color: #60FFB4;
}
</style>