Shades of Aquamarine #66F3BB
Tints of Aquamarine #66F3BB
RGB
CMYK
RGB Variations
Color information
#66F3BB (or 0x66F3BB) is known color: Aquamarine. HEX triplet: 66, F3 and BB. RGB value is (102,243,187). Sum of RGB (Red+Green+Blue) = 102+243+187=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3BB is #990C44. Grayscale: #C2C2C2. Windows color (decimal): -10030149 or 12317542. OLE color: 12317542.
HSL color Cylindrical-coordinate representation of color #66F3BB: hue angle of 156.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3BB is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 187 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.05 |
| HSL | 156.17º | 0.85% | 0.68% | - |
| HSV(B) | 156.17º | 0.58% | 0.95% | - |
| XYZ | 46.5 | 70.51 | 58.17 | - |
| YUV | 194.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 187 | 0.58 | 0 | 0.23 | 0.05 | 156.17 | 0.85 | 0.68 |
| Hex | 66 | F3 | BB | 3A | 0 | 17 | 5 | 9C | 55 | 44 |
| Octal | 146 | 363 | 273 | 72 | 0 | 27 | 5 | 234 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10111011 | 111010 | 0 | 10111 | 101 | 10011100 | 1010101 | 1000100 |
Color Harmonies of #66F3BB
Complementary color
Monochromatic Colors of #66F3BB
Black with #66F3BB
Text Example
Text Example
White with #66F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3BB; }
p { color: rgb(102,243,187); }
H1.HeaderClassName
{
color: #66F3BB;
}
.AnyTagClassName
{
color: #66F3BB;
}
</style>
background-color css
<style>
a { background-color: #66F3BB; }
a { background-color: rgb(102,243,187); }
div.DivClassName
{
background-color: #66F3BB;
}
.BgClassName
{
background-color: #66F3BB;
}
</style>
border-color css
<style>
span { border-color: #66F3BB; }
span { border-color: rgb(102,243,187); }
td.TdClassName
{
border-color: #66F3BB;
}
.TagClassName
{
border-color: #66F3BB;
}
</style>