Shades of Aquamarine #65F9E0
Tints of Aquamarine #65F9E0
RGB
CMYK
RGB Variations
Color information
#65F9E0 (or 0x65F9E0) is known color: Aquamarine. HEX triplet: 65, F9 and E0. RGB value is (101,249,224). Sum of RGB (Red+Green+Blue) = 101+249+224=574 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.60% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F9E0 is #9A061F. Grayscale: #C9C9C9. Windows color (decimal): -10094112 or 14743909. OLE color: 14743909.
HSL color Cylindrical-coordinate representation of color #65F9E0: hue angle of 169.86º 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 #65F9E0 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 249 | 224 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.02 |
| HSL | 169.86º | 0.93% | 0.69% | - |
| HSV(B) | 169.86º | 0.59% | 0.98% | - |
| XYZ | 52.7 | 75.9 | 82.39 | - |
| YUV | 201.9 | 140.47 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 249 | 224 | 0.59 | 0 | 0.10 | 0.02 | 169.86 | 0.93 | 0.69 |
| Hex | 65 | F9 | E0 | 3B | 0 | A | 2 | AA | 5C | 45 |
| Octal | 145 | 371 | 340 | 73 | 0 | 12 | 2 | 252 | 134 | 105 |
| Binary | 1100101 | 11111001 | 11100000 | 111011 | 0 | 1010 | 10 | 10101010 | 1011100 | 1000101 |
Color Harmonies of #65F9E0
Complementary color
Monochromatic Colors of #65F9E0
Black with #65F9E0
Text Example
Text Example
White with #65F9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F9E0; }
p { color: rgb(101,249,224); }
H1.HeaderClassName
{
color: #65F9E0;
}
.AnyTagClassName
{
color: #65F9E0;
}
</style>
background-color css
<style>
a { background-color: #65F9E0; }
a { background-color: rgb(101,249,224); }
div.DivClassName
{
background-color: #65F9E0;
}
.BgClassName
{
background-color: #65F9E0;
}
</style>
border-color css
<style>
span { border-color: #65F9E0; }
span { border-color: rgb(101,249,224); }
td.TdClassName
{
border-color: #65F9E0;
}
.TagClassName
{
border-color: #65F9E0;
}
</style>