Shades of Aquamarine #66FFC4
Tints of Aquamarine #66FFC4
RGB
CMYK
RGB Variations
Color information
#66FFC4 (or 0x66FFC4) is known color: Aquamarine. HEX triplet: 66, FF and C4. RGB value is (102,255,196). Sum of RGB (Red+Green+Blue) = 102+255+196=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC4 is #99003B. Grayscale: #CACACA. Windows color (decimal): -10027068 or 12910438. OLE color: 12910438.
HSL color Cylindrical-coordinate representation of color #66FFC4: hue angle of 156.86º 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 #66FFC4 is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 196 | - |
| CMYK | 0.6 | 0 | 0.23 | 0 |
| HSL | 156.86º | 1% | 0.7% | - |
| HSV(B) | 156.86º | 0.6% | 1% | - |
| XYZ | 51.2 | 78.33 | 64.65 | - |
| YUV | 202.53 | 124.31 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 196 | 0.6 | 0 | 0.23 | 0 | 156.86 | 1 | 0.7 |
| Hex | 66 | FF | C4 | 3C | 0 | 17 | 0 | 9D | 64 | 46 |
| Octal | 146 | 377 | 304 | 74 | 0 | 27 | 0 | 235 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11000100 | 111100 | 0 | 10111 | 0 | 10011101 | 1100100 | 1000110 |
Color Harmonies of #66FFC4
Complementary color
Monochromatic Colors of #66FFC4
Black with #66FFC4
Text Example
Text Example
White with #66FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFC4; }
p { color: rgb(102,255,196); }
H1.HeaderClassName
{
color: #66FFC4;
}
.AnyTagClassName
{
color: #66FFC4;
}
</style>
background-color css
<style>
a { background-color: #66FFC4; }
a { background-color: rgb(102,255,196); }
div.DivClassName
{
background-color: #66FFC4;
}
.BgClassName
{
background-color: #66FFC4;
}
</style>
border-color css
<style>
span { border-color: #66FFC4; }
span { border-color: rgb(102,255,196); }
td.TdClassName
{
border-color: #66FFC4;
}
.TagClassName
{
border-color: #66FFC4;
}
</style>