Shades of Aquamarine #67FABC
Tints of Aquamarine #67FABC
RGB
CMYK
RGB Variations
Color information
#67FABC (or 0x67FABC) is known color: Aquamarine. HEX triplet: 67, FA and BC. RGB value is (103,250,188). Sum of RGB (Red+Green+Blue) = 103+250+188=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #67FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FABC is #980543. Grayscale: #C7C7C7. Windows color (decimal): -9962820 or 12384871. OLE color: 12384871.
HSL color Cylindrical-coordinate representation of color #67FABC: hue angle of 154.69º 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 #67FABC is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 188 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.02 |
| HSL | 154.69º | 0.94% | 0.69% | - |
| HSV(B) | 154.69º | 0.59% | 0.98% | - |
| XYZ | 48.86 | 74.89 | 59.46 | - |
| YUV | 198.98 | 121.8 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 188 | 0.59 | 0 | 0.25 | 0.02 | 154.69 | 0.94 | 0.69 |
| Hex | 67 | FA | BC | 3B | 0 | 19 | 2 | 9B | 5E | 45 |
| Octal | 147 | 372 | 274 | 73 | 0 | 31 | 2 | 233 | 136 | 105 |
| Binary | 1100111 | 11111010 | 10111100 | 111011 | 0 | 11001 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #67FABC
Complementary color
Monochromatic Colors of #67FABC
Black with #67FABC
Text Example
Text Example
White with #67FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FABC; }
p { color: rgb(103,250,188); }
H1.HeaderClassName
{
color: #67FABC;
}
.AnyTagClassName
{
color: #67FABC;
}
</style>
background-color css
<style>
a { background-color: #67FABC; }
a { background-color: rgb(103,250,188); }
div.DivClassName
{
background-color: #67FABC;
}
.BgClassName
{
background-color: #67FABC;
}
</style>
border-color css
<style>
span { border-color: #67FABC; }
span { border-color: rgb(103,250,188); }
td.TdClassName
{
border-color: #67FABC;
}
.TagClassName
{
border-color: #67FABC;
}
</style>