Shades of Aquamarine #66F1D4
Tints of Aquamarine #66F1D4
RGB
CMYK
RGB Variations
Color information
#66F1D4 (or 0x66F1D4) is known color: Aquamarine. HEX triplet: 66, F1 and D4. RGB value is (102,241,212). Sum of RGB (Red+Green+Blue) = 102+241+212=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1D4 is #990E2B. Grayscale: #C4C4C4. Windows color (decimal): -10030636 or 13955430. OLE color: 13955430.
HSL color Cylindrical-coordinate representation of color #66F1D4: hue angle of 167.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1D4 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 212 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.05 |
| HSL | 167.48º | 0.83% | 0.67% | - |
| HSV(B) | 167.48º | 0.58% | 0.95% | - |
| XYZ | 48.82 | 70.49 | 73.32 | - |
| YUV | 196.13 | 136.95 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 212 | 0.58 | 0 | 0.12 | 0.05 | 167.48 | 0.83 | 0.67 |
| Hex | 66 | F1 | D4 | 3A | 0 | C | 5 | A7 | 53 | 43 |
| Octal | 146 | 361 | 324 | 72 | 0 | 14 | 5 | 247 | 123 | 103 |
| Binary | 1100110 | 11110001 | 11010100 | 111010 | 0 | 1100 | 101 | 10100111 | 1010011 | 1000011 |
Color Harmonies of #66F1D4
Complementary color
Monochromatic Colors of #66F1D4
Black with #66F1D4
Text Example
Text Example
White with #66F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F1D4; }
p { color: rgb(102,241,212); }
H1.HeaderClassName
{
color: #66F1D4;
}
.AnyTagClassName
{
color: #66F1D4;
}
</style>
background-color css
<style>
a { background-color: #66F1D4; }
a { background-color: rgb(102,241,212); }
div.DivClassName
{
background-color: #66F1D4;
}
.BgClassName
{
background-color: #66F1D4;
}
</style>
border-color css
<style>
span { border-color: #66F1D4; }
span { border-color: rgb(102,241,212); }
td.TdClassName
{
border-color: #66F1D4;
}
.TagClassName
{
border-color: #66F1D4;
}
</style>