Shades of Medium Aquamarine #66FBA5
Tints of Medium Aquamarine #66FBA5
RGB
CMYK
RGB Variations
Color information
#66FBA5 (or 0x66FBA5) is known color: Medium Aquamarine. HEX triplet: 66, FB and A5. RGB value is (102,251,165). Sum of RGB (Red+Green+Blue) = 102+251+165=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FBA5 is #99045A. Grayscale: #C4C4C4. Windows color (decimal): -10028123 or 10877798. OLE color: 10877798.
HSL color Cylindrical-coordinate representation of color #66FBA5: hue angle of 145.37º 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 #66FBA5 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 251 | 165 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.02 |
| HSL | 145.37º | 0.95% | 0.69% | - |
| HSV(B) | 145.37º | 0.59% | 0.98% | - |
| XYZ | 46.77 | 74.54 | 47.52 | - |
| YUV | 196.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 251 | 165 | 0.59 | 0 | 0.34 | 0.02 | 145.37 | 0.95 | 0.69 |
| Hex | 66 | FB | A5 | 3B | 0 | 22 | 2 | 91 | 5F | 45 |
| Octal | 146 | 373 | 245 | 73 | 0 | 42 | 2 | 221 | 137 | 105 |
| Binary | 1100110 | 11111011 | 10100101 | 111011 | 0 | 100010 | 10 | 10010001 | 1011111 | 1000101 |
Color Harmonies of #66FBA5
Complementary color
Monochromatic Colors of #66FBA5
Black with #66FBA5
Text Example
Text Example
White with #66FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FBA5; }
p { color: rgb(102,251,165); }
H1.HeaderClassName
{
color: #66FBA5;
}
.AnyTagClassName
{
color: #66FBA5;
}
</style>
background-color css
<style>
a { background-color: #66FBA5; }
a { background-color: rgb(102,251,165); }
div.DivClassName
{
background-color: #66FBA5;
}
.BgClassName
{
background-color: #66FBA5;
}
</style>
border-color css
<style>
span { border-color: #66FBA5; }
span { border-color: rgb(102,251,165); }
td.TdClassName
{
border-color: #66FBA5;
}
.TagClassName
{
border-color: #66FBA5;
}
</style>