Shades of Aquamarine #65FABC
Tints of Aquamarine #65FABC
RGB
CMYK
RGB Variations
Color information
#65FABC (or 0x65FABC) is known color: Aquamarine. HEX triplet: 65, FA and BC. RGB value is (101,250,188). Sum of RGB (Red+Green+Blue) = 101+250+188=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #65FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FABC is #9A0543. Grayscale: #C6C6C6. Windows color (decimal): -10093892 or 12384869. OLE color: 12384869.
HSL color Cylindrical-coordinate representation of color #65FABC: hue angle of 155.03º 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 #65FABC is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 188 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.02 |
| HSL | 155.03º | 0.94% | 0.69% | - |
| HSV(B) | 155.03º | 0.6% | 0.98% | - |
| XYZ | 48.63 | 74.77 | 59.45 | - |
| YUV | 198.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 188 | 0.60 | 0 | 0.25 | 0.02 | 155.03 | 0.94 | 0.69 |
| Hex | 65 | FA | BC | 3C | 0 | 19 | 2 | 9B | 5E | 45 |
| Octal | 145 | 372 | 274 | 74 | 0 | 31 | 2 | 233 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10111100 | 111100 | 0 | 11001 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #65FABC
Complementary color
Monochromatic Colors of #65FABC
Black with #65FABC
Text Example
Text Example
White with #65FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FABC; }
p { color: rgb(101,250,188); }
H1.HeaderClassName
{
color: #65FABC;
}
.AnyTagClassName
{
color: #65FABC;
}
</style>
background-color css
<style>
a { background-color: #65FABC; }
a { background-color: rgb(101,250,188); }
div.DivClassName
{
background-color: #65FABC;
}
.BgClassName
{
background-color: #65FABC;
}
</style>
border-color css
<style>
span { border-color: #65FABC; }
span { border-color: rgb(101,250,188); }
td.TdClassName
{
border-color: #65FABC;
}
.TagClassName
{
border-color: #65FABC;
}
</style>