Shades of Aquamarine #65FEAD
Tints of Aquamarine #65FEAD
RGB
CMYK
RGB Variations
Color information
#65FEAD (or 0x65FEAD) is known color: Aquamarine. HEX triplet: 65, FE and AD. RGB value is (101,254,173). Sum of RGB (Red+Green+Blue) = 101+254+173=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FEAD is #9A0152. Grayscale: #C7C7C7. Windows color (decimal): -10092883 or 11402853. OLE color: 11402853.
HSL color Cylindrical-coordinate representation of color #65FEAD: hue angle of 148.24º 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 #65FEAD is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 173 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.00 |
| HSL | 148.24º | 0.99% | 0.7% | - |
| HSV(B) | 148.24º | 0.6% | 1% | - |
| XYZ | 48.35 | 76.67 | 51.79 | - |
| YUV | 199.02 | 113.31 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 173 | 0.60 | 0 | 0.32 | 0.00 | 148.24 | 0.99 | 0.7 |
| Hex | 65 | FE | AD | 3C | 0 | 20 | 0 | 94 | 63 | 46 |
| Octal | 145 | 376 | 255 | 74 | 0 | 40 | 0 | 224 | 143 | 106 |
| Binary | 1100101 | 11111110 | 10101101 | 111100 | 0 | 100000 | 0 | 10010100 | 1100011 | 1000110 |
Color Harmonies of #65FEAD
Complementary color
Monochromatic Colors of #65FEAD
Black with #65FEAD
Text Example
Text Example
White with #65FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FEAD; }
p { color: rgb(101,254,173); }
H1.HeaderClassName
{
color: #65FEAD;
}
.AnyTagClassName
{
color: #65FEAD;
}
</style>
background-color css
<style>
a { background-color: #65FEAD; }
a { background-color: rgb(101,254,173); }
div.DivClassName
{
background-color: #65FEAD;
}
.BgClassName
{
background-color: #65FEAD;
}
</style>
border-color css
<style>
span { border-color: #65FEAD; }
span { border-color: rgb(101,254,173); }
td.TdClassName
{
border-color: #65FEAD;
}
.TagClassName
{
border-color: #65FEAD;
}
</style>