Shades of Aquamarine #65FFB6
Tints of Aquamarine #65FFB6
RGB
CMYK
RGB Variations
Color information
#65FFB6 (or 0x65FFB6) is known color: Aquamarine. HEX triplet: 65, FF and B6. RGB value is (101,255,182). Sum of RGB (Red+Green+Blue) = 101+255+182=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FFB6 is #9A0049. Grayscale: #C8C8C8. Windows color (decimal): -10092618 or 11992933. OLE color: 11992933.
HSL color Cylindrical-coordinate representation of color #65FFB6: hue angle of 151.56º 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 #65FFB6 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 182 | - |
| CMYK | 0.60 | 0 | 0.29 | 0 |
| HSL | 151.56º | 1% | 0.7% | - |
| HSV(B) | 151.56º | 0.6% | 1% | - |
| XYZ | 49.57 | 77.66 | 56.63 | - |
| YUV | 200.63 | 117.48 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 182 | 0.60 | 0 | 0.29 | 0 | 151.56 | 1 | 0.7 |
| Hex | 65 | FF | B6 | 3C | 0 | 1D | 0 | 98 | 64 | 46 |
| Octal | 145 | 377 | 266 | 74 | 0 | 35 | 0 | 230 | 144 | 106 |
| Binary | 1100101 | 11111111 | 10110110 | 111100 | 0 | 11101 | 0 | 10011000 | 1100100 | 1000110 |
Color Harmonies of #65FFB6
Complementary color
Monochromatic Colors of #65FFB6
Black with #65FFB6
Text Example
Text Example
White with #65FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFB6; }
p { color: rgb(101,255,182); }
H1.HeaderClassName
{
color: #65FFB6;
}
.AnyTagClassName
{
color: #65FFB6;
}
</style>
background-color css
<style>
a { background-color: #65FFB6; }
a { background-color: rgb(101,255,182); }
div.DivClassName
{
background-color: #65FFB6;
}
.BgClassName
{
background-color: #65FFB6;
}
</style>
border-color css
<style>
span { border-color: #65FFB6; }
span { border-color: rgb(101,255,182); }
td.TdClassName
{
border-color: #65FFB6;
}
.TagClassName
{
border-color: #65FFB6;
}
</style>