Shades of Medium Aquamarine #66FBA9
Tints of Medium Aquamarine #66FBA9
RGB
CMYK
RGB Variations
Color information
#66FBA9 (or 0x66FBA9) is known color: Medium Aquamarine. HEX triplet: 66, FB and A9. RGB value is (102,251,169). Sum of RGB (Red+Green+Blue) = 102+251+169=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FBA9 is #990456. Grayscale: #C5C5C5. Windows color (decimal): -10028119 or 11139942. OLE color: 11139942.
HSL color Cylindrical-coordinate representation of color #66FBA9: hue angle of 146.98º 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 #66FBA9 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 169 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.02 |
| HSL | 146.98º | 0.95% | 0.69% | - |
| HSV(B) | 146.98º | 0.59% | 0.98% | - |
| XYZ | 47.14 | 74.68 | 49.47 | - |
| YUV | 197.1 | 112.14 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 169 | 0.59 | 0 | 0.33 | 0.02 | 146.98 | 0.95 | 0.69 |
| Hex | 66 | FB | A9 | 3B | 0 | 21 | 2 | 93 | 5F | 45 |
| Octal | 146 | 373 | 251 | 73 | 0 | 41 | 2 | 223 | 137 | 105 |
| Binary | 1100110 | 11111011 | 10101001 | 111011 | 0 | 100001 | 10 | 10010011 | 1011111 | 1000101 |
Color Harmonies of #66FBA9
Complementary color
Monochromatic Colors of #66FBA9
Black with #66FBA9
Text Example
Text Example
White with #66FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FBA9; }
p { color: rgb(102,251,169); }
H1.HeaderClassName
{
color: #66FBA9;
}
.AnyTagClassName
{
color: #66FBA9;
}
</style>
background-color css
<style>
a { background-color: #66FBA9; }
a { background-color: rgb(102,251,169); }
div.DivClassName
{
background-color: #66FBA9;
}
.BgClassName
{
background-color: #66FBA9;
}
</style>
border-color css
<style>
span { border-color: #66FBA9; }
span { border-color: rgb(102,251,169); }
td.TdClassName
{
border-color: #66FBA9;
}
.TagClassName
{
border-color: #66FBA9;
}
</style>