Shades of Aquamarine #66FCBB
Tints of Aquamarine #66FCBB
RGB
CMYK
RGB Variations
Color information
#66FCBB (or 0x66FCBB) is known color: Aquamarine. HEX triplet: 66, FC and BB. RGB value is (102,252,187). Sum of RGB (Red+Green+Blue) = 102+252+187=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCBB is #990344. Grayscale: #C7C7C7. Windows color (decimal): -10027845 or 12319846. OLE color: 12319846.
HSL color Cylindrical-coordinate representation of color #66FCBB: hue angle of 154º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCBB is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 187 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.01 |
| HSL | 154º | 0.96% | 0.69% | - |
| HSV(B) | 154º | 0.6% | 0.99% | - |
| XYZ | 49.26 | 76.03 | 59.09 | - |
| YUV | 199.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 187 | 0.60 | 0 | 0.26 | 0.01 | 154 | 0.96 | 0.69 |
| Hex | 66 | FC | BB | 3C | 0 | 1A | 1 | 9A | 60 | 45 |
| Octal | 146 | 374 | 273 | 74 | 0 | 32 | 1 | 232 | 140 | 105 |
| Binary | 1100110 | 11111100 | 10111011 | 111100 | 0 | 11010 | 1 | 10011010 | 1100000 | 1000101 |
Color Harmonies of #66FCBB
Complementary color
Monochromatic Colors of #66FCBB
Black with #66FCBB
Text Example
Text Example
White with #66FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCBB; }
p { color: rgb(102,252,187); }
H1.HeaderClassName
{
color: #66FCBB;
}
.AnyTagClassName
{
color: #66FCBB;
}
</style>
background-color css
<style>
a { background-color: #66FCBB; }
a { background-color: rgb(102,252,187); }
div.DivClassName
{
background-color: #66FCBB;
}
.BgClassName
{
background-color: #66FCBB;
}
</style>
border-color css
<style>
span { border-color: #66FCBB; }
span { border-color: rgb(102,252,187); }
td.TdClassName
{
border-color: #66FCBB;
}
.TagClassName
{
border-color: #66FCBB;
}
</style>