Shades of Aquamarine #66FFB9
Tints of Aquamarine #66FFB9
RGB
CMYK
RGB Variations
Color information
#66FFB9 (or 0x66FFB9) is known color: Aquamarine. HEX triplet: 66, FF and B9. RGB value is (102,255,185). Sum of RGB (Red+Green+Blue) = 102+255+185=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFB9 is #990046. Grayscale: #C9C9C9. Windows color (decimal): -10027079 or 12189542. OLE color: 12189542.
HSL color Cylindrical-coordinate representation of color #66FFB9: hue angle of 152.55º 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 #66FFB9 is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 185 | - |
| CMYK | 0.6 | 0 | 0.27 | 0 |
| HSL | 152.55º | 1% | 0.7% | - |
| HSV(B) | 152.55º | 0.6% | 1% | - |
| XYZ | 50 | 77.85 | 58.29 | - |
| YUV | 201.27 | 118.81 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 185 | 0.6 | 0 | 0.27 | 0 | 152.55 | 1 | 0.7 |
| Hex | 66 | FF | B9 | 3C | 0 | 1B | 0 | 99 | 64 | 46 |
| Octal | 146 | 377 | 271 | 74 | 0 | 33 | 0 | 231 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10111001 | 111100 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000110 |
Color Harmonies of #66FFB9
Complementary color
Monochromatic Colors of #66FFB9
Black with #66FFB9
Text Example
Text Example
White with #66FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFB9; }
p { color: rgb(102,255,185); }
H1.HeaderClassName
{
color: #66FFB9;
}
.AnyTagClassName
{
color: #66FFB9;
}
</style>
background-color css
<style>
a { background-color: #66FFB9; }
a { background-color: rgb(102,255,185); }
div.DivClassName
{
background-color: #66FFB9;
}
.BgClassName
{
background-color: #66FFB9;
}
</style>
border-color css
<style>
span { border-color: #66FFB9; }
span { border-color: rgb(102,255,185); }
td.TdClassName
{
border-color: #66FFB9;
}
.TagClassName
{
border-color: #66FFB9;
}
</style>