Shades of Aquamarine #65FAC2
Tints of Aquamarine #65FAC2
RGB
CMYK
RGB Variations
Color information
#65FAC2 (or 0x65FAC2) is known color: Aquamarine. HEX triplet: 65, FA and C2. RGB value is (101,250,194). Sum of RGB (Red+Green+Blue) = 101+250+194=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FAC2 is #9A053D. Grayscale: #C7C7C7. Windows color (decimal): -10093886 or 12778085. OLE color: 12778085.
HSL color Cylindrical-coordinate representation of color #65FAC2: hue angle of 157.45º 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 #65FAC2 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 194 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.02 |
| HSL | 157.45º | 0.94% | 0.69% | - |
| HSV(B) | 157.45º | 0.6% | 0.98% | - |
| XYZ | 49.29 | 75.03 | 62.92 | - |
| YUV | 199.07 | 125.14 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 194 | 0.60 | 0 | 0.22 | 0.02 | 157.45 | 0.94 | 0.69 |
| Hex | 65 | FA | C2 | 3C | 0 | 16 | 2 | 9D | 5E | 45 |
| Octal | 145 | 372 | 302 | 74 | 0 | 26 | 2 | 235 | 136 | 105 |
| Binary | 1100101 | 11111010 | 11000010 | 111100 | 0 | 10110 | 10 | 10011101 | 1011110 | 1000101 |
Color Harmonies of #65FAC2
Complementary color
Monochromatic Colors of #65FAC2
Black with #65FAC2
Text Example
Text Example
White with #65FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAC2; }
p { color: rgb(101,250,194); }
H1.HeaderClassName
{
color: #65FAC2;
}
.AnyTagClassName
{
color: #65FAC2;
}
</style>
background-color css
<style>
a { background-color: #65FAC2; }
a { background-color: rgb(101,250,194); }
div.DivClassName
{
background-color: #65FAC2;
}
.BgClassName
{
background-color: #65FAC2;
}
</style>
border-color css
<style>
span { border-color: #65FAC2; }
span { border-color: rgb(101,250,194); }
td.TdClassName
{
border-color: #65FAC2;
}
.TagClassName
{
border-color: #65FAC2;
}
</style>