Shades of Aquamarine #66FACA
Tints of Aquamarine #66FACA
RGB
CMYK
RGB Variations
Color information
#66FACA (or 0x66FACA) is known color: Aquamarine. HEX triplet: 66, FA and CA. RGB value is (102,250,202). Sum of RGB (Red+Green+Blue) = 102+250+202=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #66FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FACA is #990535. Grayscale: #C8C8C8. Windows color (decimal): -10028342 or 13302374. OLE color: 13302374.
HSL color Cylindrical-coordinate representation of color #66FACA: hue angle of 160.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FACA is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 202 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.02 |
| HSL | 160.54º | 0.94% | 0.69% | - |
| HSV(B) | 160.54º | 0.59% | 0.98% | - |
| XYZ | 50.33 | 75.46 | 67.79 | - |
| YUV | 200.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 202 | 0.59 | 0 | 0.19 | 0.02 | 160.54 | 0.94 | 0.69 |
| Hex | 66 | FA | CA | 3B | 0 | 13 | 2 | A1 | 5E | 45 |
| Octal | 146 | 372 | 312 | 73 | 0 | 23 | 2 | 241 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11001010 | 111011 | 0 | 10011 | 10 | 10100001 | 1011110 | 1000101 |
Color Harmonies of #66FACA
Complementary color
Monochromatic Colors of #66FACA
Black with #66FACA
Text Example
Text Example
White with #66FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FACA; }
p { color: rgb(102,250,202); }
H1.HeaderClassName
{
color: #66FACA;
}
.AnyTagClassName
{
color: #66FACA;
}
</style>
background-color css
<style>
a { background-color: #66FACA; }
a { background-color: rgb(102,250,202); }
div.DivClassName
{
background-color: #66FACA;
}
.BgClassName
{
background-color: #66FACA;
}
</style>
border-color css
<style>
span { border-color: #66FACA; }
span { border-color: rgb(102,250,202); }
td.TdClassName
{
border-color: #66FACA;
}
.TagClassName
{
border-color: #66FACA;
}
</style>