Shades of Aquamarine #65FCE0
Tints of Aquamarine #65FCE0
RGB
CMYK
RGB Variations
Color information
#65FCE0 (or 0x65FCE0) is known color: Aquamarine. HEX triplet: 65, FC and E0. RGB value is (101,252,224). Sum of RGB (Red+Green+Blue) = 101+252+224=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCE0 is #9A031F. Grayscale: #CBCBCB. Windows color (decimal): -10093344 or 14744677. OLE color: 14744677.
HSL color Cylindrical-coordinate representation of color #65FCE0: hue angle of 168.87º degrees, saturation: 0.96, 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 #65FCE0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 224 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.01 |
| HSL | 168.87º | 0.96% | 0.69% | - |
| HSV(B) | 168.87º | 0.6% | 0.99% | - |
| XYZ | 53.63 | 77.77 | 82.71 | - |
| YUV | 203.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 224 | 0.60 | 0 | 0.11 | 0.01 | 168.87 | 0.96 | 0.69 |
| Hex | 65 | FC | E0 | 3C | 0 | B | 1 | A9 | 60 | 45 |
| Octal | 145 | 374 | 340 | 74 | 0 | 13 | 1 | 251 | 140 | 105 |
| Binary | 1100101 | 11111100 | 11100000 | 111100 | 0 | 1011 | 1 | 10101001 | 1100000 | 1000101 |
Color Harmonies of #65FCE0
Complementary color
Monochromatic Colors of #65FCE0
Black with #65FCE0
Text Example
Text Example
White with #65FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FCE0; }
p { color: rgb(101,252,224); }
H1.HeaderClassName
{
color: #65FCE0;
}
.AnyTagClassName
{
color: #65FCE0;
}
</style>
background-color css
<style>
a { background-color: #65FCE0; }
a { background-color: rgb(101,252,224); }
div.DivClassName
{
background-color: #65FCE0;
}
.BgClassName
{
background-color: #65FCE0;
}
</style>
border-color css
<style>
span { border-color: #65FCE0; }
span { border-color: rgb(101,252,224); }
td.TdClassName
{
border-color: #65FCE0;
}
.TagClassName
{
border-color: #65FCE0;
}
</style>