Shades of Aquamarine #65FECF
Tints of Aquamarine #65FECF
RGB
CMYK
RGB Variations
Color information
#65FECF (or 0x65FECF) is known color: Aquamarine. HEX triplet: 65, FE and CF. RGB value is (101,254,207). Sum of RGB (Red+Green+Blue) = 101+254+207=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #65FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FECF is #9A0130. Grayscale: #CACACA. Windows color (decimal): -10092849 or 13631077. OLE color: 13631077.
HSL color Cylindrical-coordinate representation of color #65FECF: hue angle of 161.57º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FECF is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 207 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.00 |
| HSL | 161.57º | 0.99% | 0.7% | - |
| HSV(B) | 161.57º | 0.6% | 1% | - |
| XYZ | 52.07 | 78.16 | 71.37 | - |
| YUV | 202.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 207 | 0.60 | 0 | 0.19 | 0.00 | 161.57 | 0.99 | 0.7 |
| Hex | 65 | FE | CF | 3C | 0 | 13 | 0 | A2 | 63 | 46 |
| Octal | 145 | 376 | 317 | 74 | 0 | 23 | 0 | 242 | 143 | 106 |
| Binary | 1100101 | 11111110 | 11001111 | 111100 | 0 | 10011 | 0 | 10100010 | 1100011 | 1000110 |
Color Harmonies of #65FECF
Complementary color
Monochromatic Colors of #65FECF
Black with #65FECF
Text Example
Text Example
White with #65FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FECF; }
p { color: rgb(101,254,207); }
H1.HeaderClassName
{
color: #65FECF;
}
.AnyTagClassName
{
color: #65FECF;
}
</style>
background-color css
<style>
a { background-color: #65FECF; }
a { background-color: rgb(101,254,207); }
div.DivClassName
{
background-color: #65FECF;
}
.BgClassName
{
background-color: #65FECF;
}
</style>
border-color css
<style>
span { border-color: #65FECF; }
span { border-color: rgb(101,254,207); }
td.TdClassName
{
border-color: #65FECF;
}
.TagClassName
{
border-color: #65FECF;
}
</style>