Shades of Aquamarine #63FBDD
Tints of Aquamarine #63FBDD
RGB
CMYK
RGB Variations
Color information
#63FBDD (or 0x63FBDD) is known color: Aquamarine. HEX triplet: 63, FB and DD. RGB value is (99,251,221). Sum of RGB (Red+Green+Blue) = 99+251+221=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #63FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FBDD is #9C0422. Grayscale: #CACACA. Windows color (decimal): -10224675 or 14547811. OLE color: 14547811.
HSL color Cylindrical-coordinate representation of color #63FBDD: hue angle of 168.16º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FBDD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 251 | 221 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.02 |
| HSL | 168.16º | 0.95% | 0.69% | - |
| HSV(B) | 168.16º | 0.61% | 0.98% | - |
| XYZ | 52.69 | 76.87 | 80.47 | - |
| YUV | 202.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 251 | 221 | 0.61 | 0 | 0.12 | 0.02 | 168.16 | 0.95 | 0.69 |
| Hex | 63 | FB | DD | 3D | 0 | C | 2 | A8 | 5F | 45 |
| Octal | 143 | 373 | 335 | 75 | 0 | 14 | 2 | 250 | 137 | 105 |
| Binary | 1100011 | 11111011 | 11011101 | 111101 | 0 | 1100 | 10 | 10101000 | 1011111 | 1000101 |
Color Harmonies of #63FBDD
Complementary color
Monochromatic Colors of #63FBDD
Black with #63FBDD
Text Example
Text Example
White with #63FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FBDD; }
p { color: rgb(99,251,221); }
H1.HeaderClassName
{
color: #63FBDD;
}
.AnyTagClassName
{
color: #63FBDD;
}
</style>
background-color css
<style>
a { background-color: #63FBDD; }
a { background-color: rgb(99,251,221); }
div.DivClassName
{
background-color: #63FBDD;
}
.BgClassName
{
background-color: #63FBDD;
}
</style>
border-color css
<style>
span { border-color: #63FBDD; }
span { border-color: rgb(99,251,221); }
td.TdClassName
{
border-color: #63FBDD;
}
.TagClassName
{
border-color: #63FBDD;
}
</style>