Shades of Aquamarine #66FDC5
Tints of Aquamarine #66FDC5
RGB
CMYK
RGB Variations
Color information
#66FDC5 (or 0x66FDC5) is known color: Aquamarine. HEX triplet: 66, FD and C5. RGB value is (102,253,197). Sum of RGB (Red+Green+Blue) = 102+253+197=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FDC5 is #99023A. Grayscale: #C9C9C9. Windows color (decimal): -10027579 or 12975462. OLE color: 12975462.
HSL color Cylindrical-coordinate representation of color #66FDC5: hue angle of 157.75º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDC5 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 197 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.01 |
| HSL | 157.75º | 0.97% | 0.7% | - |
| HSV(B) | 157.75º | 0.6% | 0.99% | - |
| XYZ | 50.68 | 77.11 | 65.04 | - |
| YUV | 201.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 197 | 0.60 | 0 | 0.22 | 0.01 | 157.75 | 0.97 | 0.7 |
| Hex | 66 | FD | C5 | 3C | 0 | 16 | 1 | 9E | 61 | 46 |
| Octal | 146 | 375 | 305 | 74 | 0 | 26 | 1 | 236 | 141 | 106 |
| Binary | 1100110 | 11111101 | 11000101 | 111100 | 0 | 10110 | 1 | 10011110 | 1100001 | 1000110 |
Color Harmonies of #66FDC5
Complementary color
Monochromatic Colors of #66FDC5
Black with #66FDC5
Text Example
Text Example
White with #66FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FDC5; }
p { color: rgb(102,253,197); }
H1.HeaderClassName
{
color: #66FDC5;
}
.AnyTagClassName
{
color: #66FDC5;
}
</style>
background-color css
<style>
a { background-color: #66FDC5; }
a { background-color: rgb(102,253,197); }
div.DivClassName
{
background-color: #66FDC5;
}
.BgClassName
{
background-color: #66FDC5;
}
</style>
border-color css
<style>
span { border-color: #66FDC5; }
span { border-color: rgb(102,253,197); }
td.TdClassName
{
border-color: #66FDC5;
}
.TagClassName
{
border-color: #66FDC5;
}
</style>