Shades of Aquamarine #65FAC1
Tints of Aquamarine #65FAC1
RGB
CMYK
RGB Variations
Color information
#65FAC1 (or 0x65FAC1) is known color: Aquamarine. HEX triplet: 65, FA and C1. RGB value is (101,250,193). Sum of RGB (Red+Green+Blue) = 101+250+193=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FAC1 is #9A053E. Grayscale: #C7C7C7. Windows color (decimal): -10093887 or 12712549. OLE color: 12712549.
HSL color Cylindrical-coordinate representation of color #65FAC1: hue angle of 157.05º 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 #65FAC1 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 193 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.02 |
| HSL | 157.05º | 0.94% | 0.69% | - |
| HSV(B) | 157.05º | 0.6% | 0.98% | - |
| XYZ | 49.18 | 74.99 | 62.33 | - |
| YUV | 198.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 193 | 0.60 | 0 | 0.23 | 0.02 | 157.05 | 0.94 | 0.69 |
| Hex | 65 | FA | C1 | 3C | 0 | 17 | 2 | 9D | 5E | 45 |
| Octal | 145 | 372 | 301 | 74 | 0 | 27 | 2 | 235 | 136 | 105 |
| Binary | 1100101 | 11111010 | 11000001 | 111100 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000101 |
Color Harmonies of #65FAC1
Complementary color
Monochromatic Colors of #65FAC1
Black with #65FAC1
Text Example
Text Example
White with #65FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAC1; }
p { color: rgb(101,250,193); }
H1.HeaderClassName
{
color: #65FAC1;
}
.AnyTagClassName
{
color: #65FAC1;
}
</style>
background-color css
<style>
a { background-color: #65FAC1; }
a { background-color: rgb(101,250,193); }
div.DivClassName
{
background-color: #65FAC1;
}
.BgClassName
{
background-color: #65FAC1;
}
</style>
border-color css
<style>
span { border-color: #65FAC1; }
span { border-color: rgb(101,250,193); }
td.TdClassName
{
border-color: #65FAC1;
}
.TagClassName
{
border-color: #65FAC1;
}
</style>