Shades of Medium Aquamarine #65FB9E
Tints of Medium Aquamarine #65FB9E
RGB
CMYK
RGB Variations
Color information
#65FB9E (or 0x65FB9E) is known color: Medium Aquamarine. HEX triplet: 65, FB and 9E. RGB value is (101,251,158). Sum of RGB (Red+Green+Blue) = 101+251+158=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #65FB9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FB9E is #9A0461. Grayscale: #C3C3C3. Windows color (decimal): -10093666 or 10419045. OLE color: 10419045.
HSL color Cylindrical-coordinate representation of color #65FB9E: hue angle of 142.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FB9E is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 251 | 158 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.02 |
| HSL | 142.8º | 0.95% | 0.69% | - |
| HSV(B) | 142.8º | 0.6% | 0.98% | - |
| XYZ | 46.04 | 74.23 | 44.25 | - |
| YUV | 195.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 251 | 158 | 0.60 | 0 | 0.37 | 0.02 | 142.8 | 0.95 | 0.69 |
| Hex | 65 | FB | 9E | 3C | 0 | 25 | 2 | 8F | 5F | 45 |
| Octal | 145 | 373 | 236 | 74 | 0 | 45 | 2 | 217 | 137 | 105 |
| Binary | 1100101 | 11111011 | 10011110 | 111100 | 0 | 100101 | 10 | 10001111 | 1011111 | 1000101 |
Color Harmonies of #65FB9E
Complementary color
Monochromatic Colors of #65FB9E
Black with #65FB9E
Text Example
Text Example
White with #65FB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FB9E; }
p { color: rgb(101,251,158); }
H1.HeaderClassName
{
color: #65FB9E;
}
.AnyTagClassName
{
color: #65FB9E;
}
</style>
background-color css
<style>
a { background-color: #65FB9E; }
a { background-color: rgb(101,251,158); }
div.DivClassName
{
background-color: #65FB9E;
}
.BgClassName
{
background-color: #65FB9E;
}
</style>
border-color css
<style>
span { border-color: #65FB9E; }
span { border-color: rgb(101,251,158); }
td.TdClassName
{
border-color: #65FB9E;
}
.TagClassName
{
border-color: #65FB9E;
}
</style>