Shades of Aquamarine #65FFBC
Tints of Aquamarine #65FFBC
RGB
CMYK
RGB Variations
Color information
#65FFBC (or 0x65FFBC) is known color: Aquamarine. HEX triplet: 65, FF and BC. RGB value is (101,255,188). Sum of RGB (Red+Green+Blue) = 101+255+188=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFBC is #9A0043. Grayscale: #C9C9C9. Windows color (decimal): -10092612 or 12386149. OLE color: 12386149.
HSL color Cylindrical-coordinate representation of color #65FFBC: hue angle of 153.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFBC is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 188 | - |
| CMYK | 0.60 | 0 | 0.26 | 0 |
| HSL | 153.9º | 1% | 0.7% | - |
| HSV(B) | 153.9º | 0.6% | 1% | - |
| XYZ | 50.2 | 77.92 | 59.97 | - |
| YUV | 201.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 188 | 0.60 | 0 | 0.26 | 0 | 153.9 | 1 | 0.7 |
| Hex | 65 | FF | BC | 3C | 0 | 1A | 0 | 9A | 64 | 46 |
| Octal | 145 | 377 | 274 | 74 | 0 | 32 | 0 | 232 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10111100 | 111100 | 0 | 11010 | 0 | 10011010 | 1100100 | 1000110 |
Color Harmonies of #65FFBC
Complementary color
Monochromatic Colors of #65FFBC
Black with #65FFBC
Text Example
Text Example
White with #65FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFBC; }
p { color: rgb(101,255,188); }
H1.HeaderClassName
{
color: #65FFBC;
}
.AnyTagClassName
{
color: #65FFBC;
}
</style>
background-color css
<style>
a { background-color: #65FFBC; }
a { background-color: rgb(101,255,188); }
div.DivClassName
{
background-color: #65FFBC;
}
.BgClassName
{
background-color: #65FFBC;
}
</style>
border-color css
<style>
span { border-color: #65FFBC; }
span { border-color: rgb(101,255,188); }
td.TdClassName
{
border-color: #65FFBC;
}
.TagClassName
{
border-color: #65FFBC;
}
</style>