Shades of Medium Aquamarine #66FBA2
Tints of Medium Aquamarine #66FBA2
RGB
CMYK
RGB Variations
Color information
#66FBA2 (or 0x66FBA2) is known color: Medium Aquamarine. HEX triplet: 66, FB and A2. RGB value is (102,251,162). Sum of RGB (Red+Green+Blue) = 102+251+162=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FBA2 is #99045D. Grayscale: #C4C4C4. Windows color (decimal): -10028126 or 10681190. OLE color: 10681190.
HSL color Cylindrical-coordinate representation of color #66FBA2: hue angle of 144.16º degrees, saturation: 0.95, 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 #66FBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 162 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.02 |
| HSL | 144.16º | 0.95% | 0.69% | - |
| HSV(B) | 144.16º | 0.59% | 0.98% | - |
| XYZ | 46.5 | 74.43 | 46.1 | - |
| YUV | 196.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 162 | 0.59 | 0 | 0.35 | 0.02 | 144.16 | 0.95 | 0.69 |
| Hex | 66 | FB | A2 | 3B | 0 | 23 | 2 | 90 | 5F | 45 |
| Octal | 146 | 373 | 242 | 73 | 0 | 43 | 2 | 220 | 137 | 105 |
| Binary | 1100110 | 11111011 | 10100010 | 111011 | 0 | 100011 | 10 | 10010000 | 1011111 | 1000101 |
Color Harmonies of #66FBA2
Complementary color
Monochromatic Colors of #66FBA2
Black with #66FBA2
Text Example
Text Example
White with #66FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FBA2; }
p { color: rgb(102,251,162); }
H1.HeaderClassName
{
color: #66FBA2;
}
.AnyTagClassName
{
color: #66FBA2;
}
</style>
background-color css
<style>
a { background-color: #66FBA2; }
a { background-color: rgb(102,251,162); }
div.DivClassName
{
background-color: #66FBA2;
}
.BgClassName
{
background-color: #66FBA2;
}
</style>
border-color css
<style>
span { border-color: #66FBA2; }
span { border-color: rgb(102,251,162); }
td.TdClassName
{
border-color: #66FBA2;
}
.TagClassName
{
border-color: #66FBA2;
}
</style>