Shades of Aquamarine #65F9CE
Tints of Aquamarine #65F9CE
RGB
CMYK
RGB Variations
Color information
#65F9CE (or 0x65F9CE) is known color: Aquamarine. HEX triplet: 65, F9 and CE. RGB value is (101,249,206). Sum of RGB (Red+Green+Blue) = 101+249+206=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9CE is #9A0631. Grayscale: #C7C7C7. Windows color (decimal): -10094130 or 13564261. OLE color: 13564261.
HSL color Cylindrical-coordinate representation of color #65F9CE: hue angle of 162.57º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9CE is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 206 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.02 |
| HSL | 162.57º | 0.93% | 0.69% | - |
| HSV(B) | 162.57º | 0.59% | 0.98% | - |
| XYZ | 50.38 | 74.97 | 70.21 | - |
| YUV | 199.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 206 | 0.59 | 0 | 0.17 | 0.02 | 162.57 | 0.93 | 0.69 |
| Hex | 65 | F9 | CE | 3B | 0 | 11 | 2 | A3 | 5C | 45 |
| Octal | 145 | 371 | 316 | 73 | 0 | 21 | 2 | 243 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11001110 | 111011 | 0 | 10001 | 10 | 10100011 | 1011100 | 1000101 |
Color Harmonies of #65F9CE
Complementary color
Monochromatic Colors of #65F9CE
Black with #65F9CE
Text Example
Text Example
White with #65F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9CE; }
p { color: rgb(101,249,206); }
H1.HeaderClassName
{
color: #65F9CE;
}
.AnyTagClassName
{
color: #65F9CE;
}
</style>
background-color css
<style>
a { background-color: #65F9CE; }
a { background-color: rgb(101,249,206); }
div.DivClassName
{
background-color: #65F9CE;
}
.BgClassName
{
background-color: #65F9CE;
}
</style>
border-color css
<style>
span { border-color: #65F9CE; }
span { border-color: rgb(101,249,206); }
td.TdClassName
{
border-color: #65F9CE;
}
.TagClassName
{
border-color: #65F9CE;
}
</style>