Shades of Aquamarine #66FFBC
Tints of Aquamarine #66FFBC
RGB
CMYK
RGB Variations
Color information
#66FFBC (or 0x66FFBC) is known color: Aquamarine. HEX triplet: 66, FF and BC. RGB value is (102,255,188). Sum of RGB (Red+Green+Blue) = 102+255+188=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFBC is #990043. Grayscale: #C9C9C9. Windows color (decimal): -10027076 or 12386150. OLE color: 12386150.
HSL color Cylindrical-coordinate representation of color #66FFBC: hue angle of 153.73º 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 #66FFBC is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 188 | - |
| CMYK | 0.6 | 0 | 0.26 | 0 |
| HSL | 153.73º | 1% | 0.7% | - |
| HSV(B) | 153.73º | 0.6% | 1% | - |
| XYZ | 50.32 | 77.98 | 59.98 | - |
| YUV | 201.62 | 120.31 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 188 | 0.6 | 0 | 0.26 | 0 | 153.73 | 1 | 0.7 |
| Hex | 66 | FF | BC | 3C | 0 | 1A | 0 | 9A | 64 | 46 |
| Octal | 146 | 377 | 274 | 74 | 0 | 32 | 0 | 232 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10111100 | 111100 | 0 | 11010 | 0 | 10011010 | 1100100 | 1000110 |
Color Harmonies of #66FFBC
Complementary color
Monochromatic Colors of #66FFBC
Black with #66FFBC
Text Example
Text Example
White with #66FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFBC; }
p { color: rgb(102,255,188); }
H1.HeaderClassName
{
color: #66FFBC;
}
.AnyTagClassName
{
color: #66FFBC;
}
</style>
background-color css
<style>
a { background-color: #66FFBC; }
a { background-color: rgb(102,255,188); }
div.DivClassName
{
background-color: #66FFBC;
}
.BgClassName
{
background-color: #66FFBC;
}
</style>
border-color css
<style>
span { border-color: #66FFBC; }
span { border-color: rgb(102,255,188); }
td.TdClassName
{
border-color: #66FFBC;
}
.TagClassName
{
border-color: #66FFBC;
}
</style>