Shades of Aquamarine #66FFB1
Tints of Aquamarine #66FFB1
RGB
CMYK
RGB Variations
Color information
#66FFB1 (or 0x66FFB1) is known color: Aquamarine. HEX triplet: 66, FF and B1. RGB value is (102,255,177). Sum of RGB (Red+Green+Blue) = 102+255+177=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFB1 is #99004E. Grayscale: #C8C8C8. Windows color (decimal): -10027087 or 11665254. OLE color: 11665254.
HSL color Cylindrical-coordinate representation of color #66FFB1: hue angle of 149.41º 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 #66FFB1 is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 177 | - |
| CMYK | 0.6 | 0 | 0.31 | 0 |
| HSL | 149.41º | 1% | 0.7% | - |
| HSV(B) | 149.41º | 0.6% | 1% | - |
| XYZ | 49.18 | 77.52 | 53.97 | - |
| YUV | 200.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 177 | 0.6 | 0 | 0.31 | 0 | 149.41 | 1 | 0.7 |
| Hex | 66 | FF | B1 | 3C | 0 | 1F | 0 | 95 | 64 | 46 |
| Octal | 146 | 377 | 261 | 74 | 0 | 37 | 0 | 225 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10110001 | 111100 | 0 | 11111 | 0 | 10010101 | 1100100 | 1000110 |
Color Harmonies of #66FFB1
Complementary color
Monochromatic Colors of #66FFB1
Black with #66FFB1
Text Example
Text Example
White with #66FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFB1; }
p { color: rgb(102,255,177); }
H1.HeaderClassName
{
color: #66FFB1;
}
.AnyTagClassName
{
color: #66FFB1;
}
</style>
background-color css
<style>
a { background-color: #66FFB1; }
a { background-color: rgb(102,255,177); }
div.DivClassName
{
background-color: #66FFB1;
}
.BgClassName
{
background-color: #66FFB1;
}
</style>
border-color css
<style>
span { border-color: #66FFB1; }
span { border-color: rgb(102,255,177); }
td.TdClassName
{
border-color: #66FFB1;
}
.TagClassName
{
border-color: #66FFB1;
}
</style>