Shades of Aquamarine #67FADA
Tints of Aquamarine #67FADA
RGB
CMYK
RGB Variations
Color information
#67FADA (or 0x67FADA) is known color: Aquamarine. HEX triplet: 67, FA and DA. RGB value is (103,250,218). Sum of RGB (Red+Green+Blue) = 103+250+218=571 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.04% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #67FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FADA is #980525. Grayscale: #CACACA. Windows color (decimal): -9962790 or 14350951. OLE color: 14350951.
HSL color Cylindrical-coordinate representation of color #67FADA: hue angle of 166.94º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FADA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 218 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.02 |
| HSL | 166.94º | 0.94% | 0.69% | - |
| HSV(B) | 166.94º | 0.59% | 0.98% | - |
| XYZ | 52.43 | 76.32 | 78.3 | - |
| YUV | 202.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 218 | 0.59 | 0 | 0.13 | 0.02 | 166.94 | 0.94 | 0.69 |
| Hex | 67 | FA | DA | 3B | 0 | D | 2 | A7 | 5E | 45 |
| Octal | 147 | 372 | 332 | 73 | 0 | 15 | 2 | 247 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11011010 | 111011 | 0 | 1101 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #67FADA
Complementary color
Monochromatic Colors of #67FADA
Black with #67FADA
Text Example
Text Example
White with #67FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FADA; }
p { color: rgb(103,250,218); }
H1.HeaderClassName
{
color: #67FADA;
}
.AnyTagClassName
{
color: #67FADA;
}
</style>
background-color css
<style>
a { background-color: #67FADA; }
a { background-color: rgb(103,250,218); }
div.DivClassName
{
background-color: #67FADA;
}
.BgClassName
{
background-color: #67FADA;
}
</style>
border-color css
<style>
span { border-color: #67FADA; }
span { border-color: rgb(103,250,218); }
td.TdClassName
{
border-color: #67FADA;
}
.TagClassName
{
border-color: #67FADA;
}
</style>