Shades of Aquamarine #65FEB7
Tints of Aquamarine #65FEB7
RGB
CMYK
RGB Variations
Color information
#65FEB7 (or 0x65FEB7) is known color: Aquamarine. HEX triplet: 65, FE and B7. RGB value is (101,254,183). Sum of RGB (Red+Green+Blue) = 101+254+183=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEB7 is #9A0148. Grayscale: #C8C8C8. Windows color (decimal): -10092873 or 12058213. OLE color: 12058213.
HSL color Cylindrical-coordinate representation of color #65FEB7: hue angle of 152.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEB7 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 183 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.00 |
| HSL | 152.16º | 0.99% | 0.7% | - |
| HSV(B) | 152.16º | 0.6% | 1% | - |
| XYZ | 49.36 | 77.07 | 57.07 | - |
| YUV | 200.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 183 | 0.60 | 0 | 0.28 | 0.00 | 152.16 | 0.99 | 0.7 |
| Hex | 65 | FE | B7 | 3C | 0 | 1C | 0 | 98 | 63 | 46 |
| Octal | 145 | 376 | 267 | 74 | 0 | 34 | 0 | 230 | 143 | 106 |
| Binary | 1100101 | 11111110 | 10110111 | 111100 | 0 | 11100 | 0 | 10011000 | 1100011 | 1000110 |
Color Harmonies of #65FEB7
Complementary color
Monochromatic Colors of #65FEB7
Black with #65FEB7
Text Example
Text Example
White with #65FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEB7; }
p { color: rgb(101,254,183); }
H1.HeaderClassName
{
color: #65FEB7;
}
.AnyTagClassName
{
color: #65FEB7;
}
</style>
background-color css
<style>
a { background-color: #65FEB7; }
a { background-color: rgb(101,254,183); }
div.DivClassName
{
background-color: #65FEB7;
}
.BgClassName
{
background-color: #65FEB7;
}
</style>
border-color css
<style>
span { border-color: #65FEB7; }
span { border-color: rgb(101,254,183); }
td.TdClassName
{
border-color: #65FEB7;
}
.TagClassName
{
border-color: #65FEB7;
}
</style>