Shades of Aquamarine #66F3C9
Tints of Aquamarine #66F3C9
RGB
CMYK
RGB Variations
Color information
#66F3C9 (or 0x66F3C9) is known color: Aquamarine. HEX triplet: 66, F3 and C9. RGB value is (102,243,201). Sum of RGB (Red+Green+Blue) = 102+243+201=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3C9 is #990C36. Grayscale: #C4C4C4. Windows color (decimal): -10030135 or 13235046. OLE color: 13235046.
HSL color Cylindrical-coordinate representation of color #66F3C9: hue angle of 162.13º 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 #66F3C9 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 201 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.05 |
| HSL | 162.13º | 0.85% | 0.68% | - |
| HSV(B) | 162.13º | 0.58% | 0.95% | - |
| XYZ | 48.07 | 71.14 | 66.46 | - |
| YUV | 196.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 201 | 0.58 | 0 | 0.17 | 0.05 | 162.13 | 0.85 | 0.68 |
| Hex | 66 | F3 | C9 | 3A | 0 | 11 | 5 | A2 | 55 | 44 |
| Octal | 146 | 363 | 311 | 72 | 0 | 21 | 5 | 242 | 125 | 104 |
| Binary | 1100110 | 11110011 | 11001001 | 111010 | 0 | 10001 | 101 | 10100010 | 1010101 | 1000100 |
Color Harmonies of #66F3C9
Complementary color
Monochromatic Colors of #66F3C9
Black with #66F3C9
Text Example
Text Example
White with #66F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3C9; }
p { color: rgb(102,243,201); }
H1.HeaderClassName
{
color: #66F3C9;
}
.AnyTagClassName
{
color: #66F3C9;
}
</style>
background-color css
<style>
a { background-color: #66F3C9; }
a { background-color: rgb(102,243,201); }
div.DivClassName
{
background-color: #66F3C9;
}
.BgClassName
{
background-color: #66F3C9;
}
</style>
border-color css
<style>
span { border-color: #66F3C9; }
span { border-color: rgb(102,243,201); }
td.TdClassName
{
border-color: #66F3C9;
}
.TagClassName
{
border-color: #66F3C9;
}
</style>