Shades of Aquamarine #65FEBE
Tints of Aquamarine #65FEBE
RGB
CMYK
RGB Variations
Color information
#65FEBE (or 0x65FEBE) is known color: Aquamarine. HEX triplet: 65, FE and BE. RGB value is (101,254,190). Sum of RGB (Red+Green+Blue) = 101+254+190=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FEBE is #9A0141. Grayscale: #C9C9C9. Windows color (decimal): -10092866 or 12516965. OLE color: 12516965.
HSL color Cylindrical-coordinate representation of color #65FEBE: hue angle of 154.9º 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 #65FEBE is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 190 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.00 |
| HSL | 154.9º | 0.99% | 0.7% | - |
| HSV(B) | 154.9º | 0.6% | 1% | - |
| XYZ | 50.1 | 77.37 | 61.01 | - |
| YUV | 200.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 190 | 0.60 | 0 | 0.25 | 0.00 | 154.9 | 0.99 | 0.7 |
| Hex | 65 | FE | BE | 3C | 0 | 19 | 0 | 9B | 63 | 46 |
| Octal | 145 | 376 | 276 | 74 | 0 | 31 | 0 | 233 | 143 | 106 |
| Binary | 1100101 | 11111110 | 10111110 | 111100 | 0 | 11001 | 0 | 10011011 | 1100011 | 1000110 |
Color Harmonies of #65FEBE
Complementary color
Monochromatic Colors of #65FEBE
Black with #65FEBE
Text Example
Text Example
White with #65FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEBE; }
p { color: rgb(101,254,190); }
H1.HeaderClassName
{
color: #65FEBE;
}
.AnyTagClassName
{
color: #65FEBE;
}
</style>
background-color css
<style>
a { background-color: #65FEBE; }
a { background-color: rgb(101,254,190); }
div.DivClassName
{
background-color: #65FEBE;
}
.BgClassName
{
background-color: #65FEBE;
}
</style>
border-color css
<style>
span { border-color: #65FEBE; }
span { border-color: rgb(101,254,190); }
td.TdClassName
{
border-color: #65FEBE;
}
.TagClassName
{
border-color: #65FEBE;
}
</style>