Shades of Medium Aquamarine #66F3B1
Tints of Medium Aquamarine #66F3B1
RGB
CMYK
RGB Variations
Color information
#66F3B1 (or 0x66F3B1) is known color: Medium Aquamarine. HEX triplet: 66, F3 and B1. RGB value is (102,243,177). Sum of RGB (Red+Green+Blue) = 102+243+177=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F3B1 is #990C4E. Grayscale: #C1C1C1. Windows color (decimal): -10030159 or 11662182. OLE color: 11662182.
HSL color Cylindrical-coordinate representation of color #66F3B1: hue angle of 151.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3B1 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 177 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.05 |
| HSL | 151.91º | 0.85% | 0.68% | - |
| HSV(B) | 151.91º | 0.58% | 0.95% | - |
| XYZ | 45.47 | 70.1 | 52.73 | - |
| YUV | 193.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 177 | 0.58 | 0 | 0.27 | 0.05 | 151.91 | 0.85 | 0.68 |
| Hex | 66 | F3 | B1 | 3A | 0 | 1B | 5 | 98 | 55 | 44 |
| Octal | 146 | 363 | 261 | 72 | 0 | 33 | 5 | 230 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10110001 | 111010 | 0 | 11011 | 101 | 10011000 | 1010101 | 1000100 |
Color Harmonies of #66F3B1
Complementary color
Monochromatic Colors of #66F3B1
Black with #66F3B1
Text Example
Text Example
White with #66F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F3B1; }
p { color: rgb(102,243,177); }
H1.HeaderClassName
{
color: #66F3B1;
}
.AnyTagClassName
{
color: #66F3B1;
}
</style>
background-color css
<style>
a { background-color: #66F3B1; }
a { background-color: rgb(102,243,177); }
div.DivClassName
{
background-color: #66F3B1;
}
.BgClassName
{
background-color: #66F3B1;
}
</style>
border-color css
<style>
span { border-color: #66F3B1; }
span { border-color: rgb(102,243,177); }
td.TdClassName
{
border-color: #66F3B1;
}
.TagClassName
{
border-color: #66F3B1;
}
</style>