Shades of Aquamarine #66FFC1
Tints of Aquamarine #66FFC1
RGB
CMYK
RGB Variations
Color information
#66FFC1 (or 0x66FFC1) is known color: Aquamarine. HEX triplet: 66, FF and C1. RGB value is (102,255,193). Sum of RGB (Red+Green+Blue) = 102+255+193=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC1 is #99003E. Grayscale: #CACACA. Windows color (decimal): -10027071 or 12713830. OLE color: 12713830.
HSL color Cylindrical-coordinate representation of color #66FFC1: hue angle of 155.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFC1 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 193 | - |
| CMYK | 0.6 | 0 | 0.24 | 0 |
| HSL | 155.69º | 1% | 0.7% | - |
| HSV(B) | 155.69º | 0.6% | 1% | - |
| XYZ | 50.87 | 78.2 | 62.86 | - |
| YUV | 202.19 | 122.81 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 193 | 0.6 | 0 | 0.24 | 0 | 155.69 | 1 | 0.7 |
| Hex | 66 | FF | C1 | 3C | 0 | 18 | 0 | 9C | 64 | 46 |
| Octal | 146 | 377 | 301 | 74 | 0 | 30 | 0 | 234 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11000001 | 111100 | 0 | 11000 | 0 | 10011100 | 1100100 | 1000110 |
Color Harmonies of #66FFC1
Complementary color
Monochromatic Colors of #66FFC1
Black with #66FFC1
Text Example
Text Example
White with #66FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFC1; }
p { color: rgb(102,255,193); }
H1.HeaderClassName
{
color: #66FFC1;
}
.AnyTagClassName
{
color: #66FFC1;
}
</style>
background-color css
<style>
a { background-color: #66FFC1; }
a { background-color: rgb(102,255,193); }
div.DivClassName
{
background-color: #66FFC1;
}
.BgClassName
{
background-color: #66FFC1;
}
</style>
border-color css
<style>
span { border-color: #66FFC1; }
span { border-color: rgb(102,255,193); }
td.TdClassName
{
border-color: #66FFC1;
}
.TagClassName
{
border-color: #66FFC1;
}
</style>