Shades of Medium Aquamarine #65FA9B
Tints of Medium Aquamarine #65FA9B
RGB
CMYK
RGB Variations
Color information
#65FA9B (or 0x65FA9B) is known color: Medium Aquamarine. HEX triplet: 65, FA and 9B. RGB value is (101,250,155). Sum of RGB (Red+Green+Blue) = 101+250+155=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FA9B is #9A0564. Grayscale: #C2C2C2. Windows color (decimal): -10093925 or 10222181. OLE color: 10222181.
HSL color Cylindrical-coordinate representation of color #65FA9B: hue angle of 141.74º degrees, saturation: 0.94, 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 #65FA9B is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 155 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.02 |
| HSL | 141.75º | 0.94% | 0.69% | - |
| HSV(B) | 141.75º | 0.6% | 0.98% | - |
| XYZ | 45.47 | 73.5 | 42.8 | - |
| YUV | 194.62 | 105.64 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 155 | 0.60 | 0 | 0.38 | 0.02 | 141.75 | 0.94 | 0.69 |
| Hex | 65 | FA | 9B | 3C | 0 | 26 | 2 | 8E | 5E | 45 |
| Octal | 145 | 372 | 233 | 74 | 0 | 46 | 2 | 216 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10011011 | 111100 | 0 | 100110 | 10 | 10001110 | 1011110 | 1000101 |
Color Harmonies of #65FA9B
Complementary color
Monochromatic Colors of #65FA9B
Black with #65FA9B
Text Example
Text Example
White with #65FA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA9B; }
p { color: rgb(101,250,155); }
H1.HeaderClassName
{
color: #65FA9B;
}
.AnyTagClassName
{
color: #65FA9B;
}
</style>
background-color css
<style>
a { background-color: #65FA9B; }
a { background-color: rgb(101,250,155); }
div.DivClassName
{
background-color: #65FA9B;
}
.BgClassName
{
background-color: #65FA9B;
}
</style>
border-color css
<style>
span { border-color: #65FA9B; }
span { border-color: rgb(101,250,155); }
td.TdClassName
{
border-color: #65FA9B;
}
.TagClassName
{
border-color: #65FA9B;
}
</style>