Shades of Aquamarine #65FDE1
Tints of Aquamarine #65FDE1
RGB
CMYK
RGB Variations
Color information
#65FDE1 (or 0x65FDE1) is known color: Aquamarine. HEX triplet: 65, FD and E1. RGB value is (101,253,225). Sum of RGB (Red+Green+Blue) = 101+253+225=579 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.44% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDE1 is #9A021E. Grayscale: #CCCCCC. Windows color (decimal): -10093087 or 14810469. OLE color: 14810469.
HSL color Cylindrical-coordinate representation of color #65FDE1: hue angle of 168.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDE1 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 253 | 225 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.01 |
| HSL | 168.95º | 0.97% | 0.69% | - |
| HSV(B) | 168.95º | 0.6% | 0.99% | - |
| XYZ | 54.08 | 78.45 | 83.53 | - |
| YUV | 204.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 253 | 225 | 0.60 | 0 | 0.11 | 0.01 | 168.95 | 0.97 | 0.69 |
| Hex | 65 | FD | E1 | 3C | 0 | B | 1 | A9 | 61 | 45 |
| Octal | 145 | 375 | 341 | 74 | 0 | 13 | 1 | 251 | 141 | 105 |
| Binary | 1100101 | 11111101 | 11100001 | 111100 | 0 | 1011 | 1 | 10101001 | 1100001 | 1000101 |
Color Harmonies of #65FDE1
Complementary color
Monochromatic Colors of #65FDE1
Black with #65FDE1
Text Example
Text Example
White with #65FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FDE1; }
p { color: rgb(101,253,225); }
H1.HeaderClassName
{
color: #65FDE1;
}
.AnyTagClassName
{
color: #65FDE1;
}
</style>
background-color css
<style>
a { background-color: #65FDE1; }
a { background-color: rgb(101,253,225); }
div.DivClassName
{
background-color: #65FDE1;
}
.BgClassName
{
background-color: #65FDE1;
}
</style>
border-color css
<style>
span { border-color: #65FDE1; }
span { border-color: rgb(101,253,225); }
td.TdClassName
{
border-color: #65FDE1;
}
.TagClassName
{
border-color: #65FDE1;
}
</style>