Shades of Aquamarine #66F3D6
Tints of Aquamarine #66F3D6
RGB
CMYK
RGB Variations
Color information
#66F3D6 (or 0x66F3D6) is known color: Aquamarine. HEX triplet: 66, F3 and D6. RGB value is (102,243,214). Sum of RGB (Red+Green+Blue) = 102+243+214=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F3D6 is #990C29. Grayscale: #C5C5C5. Windows color (decimal): -10030122 or 14087014. OLE color: 14087014.
HSL color Cylindrical-coordinate representation of color #66F3D6: hue angle of 167.66º 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 #66F3D6 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 214 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.05 |
| HSL | 167.66º | 0.85% | 0.68% | - |
| HSV(B) | 167.66º | 0.58% | 0.95% | - |
| XYZ | 49.67 | 71.78 | 74.86 | - |
| YUV | 197.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 214 | 0.58 | 0 | 0.12 | 0.05 | 167.66 | 0.85 | 0.68 |
| Hex | 66 | F3 | D6 | 3A | 0 | C | 5 | A8 | 55 | 44 |
| Octal | 146 | 363 | 326 | 72 | 0 | 14 | 5 | 250 | 125 | 104 |
| Binary | 1100110 | 11110011 | 11010110 | 111010 | 0 | 1100 | 101 | 10101000 | 1010101 | 1000100 |
Color Harmonies of #66F3D6
Complementary color
Monochromatic Colors of #66F3D6
Black with #66F3D6
Text Example
Text Example
White with #66F3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3D6; }
p { color: rgb(102,243,214); }
H1.HeaderClassName
{
color: #66F3D6;
}
.AnyTagClassName
{
color: #66F3D6;
}
</style>
background-color css
<style>
a { background-color: #66F3D6; }
a { background-color: rgb(102,243,214); }
div.DivClassName
{
background-color: #66F3D6;
}
.BgClassName
{
background-color: #66F3D6;
}
</style>
border-color css
<style>
span { border-color: #66F3D6; }
span { border-color: rgb(102,243,214); }
td.TdClassName
{
border-color: #66F3D6;
}
.TagClassName
{
border-color: #66F3D6;
}
</style>