Shades of Aquamarine #65FCD0
Tints of Aquamarine #65FCD0
RGB
CMYK
RGB Variations
Color information
#65FCD0 (or 0x65FCD0) is known color: Aquamarine. HEX triplet: 65, FC and D0. RGB value is (101,252,208). Sum of RGB (Red+Green+Blue) = 101+252+208=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCD0 is #9A032F. Grayscale: #C9C9C9. Windows color (decimal): -10093360 or 13696101. OLE color: 13696101.
HSL color Cylindrical-coordinate representation of color #65FCD0: hue angle of 162.52º 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 #65FCD0 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 252 | 208 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.01 |
| HSL | 162.52º | 0.96% | 0.69% | - |
| HSV(B) | 162.52º | 0.6% | 0.99% | - |
| XYZ | 51.56 | 76.94 | 71.81 | - |
| YUV | 201.84 | 131.47 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 252 | 208 | 0.60 | 0 | 0.17 | 0.01 | 162.52 | 0.96 | 0.69 |
| Hex | 65 | FC | D0 | 3C | 0 | 11 | 1 | A3 | 60 | 45 |
| Octal | 145 | 374 | 320 | 74 | 0 | 21 | 1 | 243 | 140 | 105 |
| Binary | 1100101 | 11111100 | 11010000 | 111100 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000101 |
Color Harmonies of #65FCD0
Complementary color
Monochromatic Colors of #65FCD0
Black with #65FCD0
Text Example
Text Example
White with #65FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FCD0; }
p { color: rgb(101,252,208); }
H1.HeaderClassName
{
color: #65FCD0;
}
.AnyTagClassName
{
color: #65FCD0;
}
</style>
background-color css
<style>
a { background-color: #65FCD0; }
a { background-color: rgb(101,252,208); }
div.DivClassName
{
background-color: #65FCD0;
}
.BgClassName
{
background-color: #65FCD0;
}
</style>
border-color css
<style>
span { border-color: #65FCD0; }
span { border-color: rgb(101,252,208); }
td.TdClassName
{
border-color: #65FCD0;
}
.TagClassName
{
border-color: #65FCD0;
}
</style>