Shades of Aquamarine #66FFB5
Tints of Aquamarine #66FFB5
RGB
CMYK
RGB Variations
Color information
#66FFB5 (or 0x66FFB5) is known color: Aquamarine. HEX triplet: 66, FF and B5. RGB value is (102,255,181). Sum of RGB (Red+Green+Blue) = 102+255+181=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFB5 is #99004A. Grayscale: #C8C8C8. Windows color (decimal): -10027083 or 11927398. OLE color: 11927398.
HSL color Cylindrical-coordinate representation of color #66FFB5: hue angle of 150.98º 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 #66FFB5 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 181 | - |
| CMYK | 0.6 | 0 | 0.29 | 0 |
| HSL | 150.98º | 1% | 0.7% | - |
| HSV(B) | 150.98º | 0.6% | 1% | - |
| XYZ | 49.58 | 77.68 | 56.1 | - |
| YUV | 200.82 | 116.81 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 181 | 0.6 | 0 | 0.29 | 0 | 150.98 | 1 | 0.7 |
| Hex | 66 | FF | B5 | 3C | 0 | 1D | 0 | 97 | 64 | 46 |
| Octal | 146 | 377 | 265 | 74 | 0 | 35 | 0 | 227 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10110101 | 111100 | 0 | 11101 | 0 | 10010111 | 1100100 | 1000110 |
Color Harmonies of #66FFB5
Complementary color
Monochromatic Colors of #66FFB5
Black with #66FFB5
Text Example
Text Example
White with #66FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFB5; }
p { color: rgb(102,255,181); }
H1.HeaderClassName
{
color: #66FFB5;
}
.AnyTagClassName
{
color: #66FFB5;
}
</style>
background-color css
<style>
a { background-color: #66FFB5; }
a { background-color: rgb(102,255,181); }
div.DivClassName
{
background-color: #66FFB5;
}
.BgClassName
{
background-color: #66FFB5;
}
</style>
border-color css
<style>
span { border-color: #66FFB5; }
span { border-color: rgb(102,255,181); }
td.TdClassName
{
border-color: #66FFB5;
}
.TagClassName
{
border-color: #66FFB5;
}
</style>