Shades of Medium Aquamarine #65F3A8
Tints of Medium Aquamarine #65F3A8
RGB
CMYK
RGB Variations
Color information
#65F3A8 (or 0x65F3A8) is known color: Medium Aquamarine. HEX triplet: 65, F3 and A8. RGB value is (101,243,168). Sum of RGB (Red+Green+Blue) = 101+243+168=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F3A8 is #9A0C57. Grayscale: #C0C0C0. Windows color (decimal): -10095704 or 11072357. OLE color: 11072357.
HSL color Cylindrical-coordinate representation of color #65F3A8: hue angle of 148.31º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F3A8 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 243 | 168 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.05 |
| HSL | 148.31º | 0.86% | 0.67% | - |
| HSV(B) | 148.31º | 0.58% | 0.95% | - |
| XYZ | 44.49 | 69.7 | 48.15 | - |
| YUV | 191.99 | 114.46 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 168 | 0.58 | 0 | 0.31 | 0.05 | 148.31 | 0.86 | 0.67 |
| Hex | 65 | F3 | A8 | 3A | 0 | 1F | 5 | 94 | 56 | 43 |
| Octal | 145 | 363 | 250 | 72 | 0 | 37 | 5 | 224 | 126 | 103 |
| Binary | 1100101 | 11110011 | 10101000 | 111010 | 0 | 11111 | 101 | 10010100 | 1010110 | 1000011 |
Color Harmonies of #65F3A8
Complementary color
Monochromatic Colors of #65F3A8
Black with #65F3A8
Text Example
Text Example
White with #65F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F3A8; }
p { color: rgb(101,243,168); }
H1.HeaderClassName
{
color: #65F3A8;
}
.AnyTagClassName
{
color: #65F3A8;
}
</style>
background-color css
<style>
a { background-color: #65F3A8; }
a { background-color: rgb(101,243,168); }
div.DivClassName
{
background-color: #65F3A8;
}
.BgClassName
{
background-color: #65F3A8;
}
</style>
border-color css
<style>
span { border-color: #65F3A8; }
span { border-color: rgb(101,243,168); }
td.TdClassName
{
border-color: #65F3A8;
}
.TagClassName
{
border-color: #65F3A8;
}
</style>