Shades of Aquamarine #67FAB0
Tints of Aquamarine #67FAB0
RGB
CMYK
RGB Variations
Color information
#67FAB0 (or 0x67FAB0) is known color: Aquamarine. HEX triplet: 67, FA and B0. RGB value is (103,250,176). Sum of RGB (Red+Green+Blue) = 103+250+176=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FAB0 is #98054F. Grayscale: #C5C5C5. Windows color (decimal): -9962832 or 11598439. OLE color: 11598439.
HSL color Cylindrical-coordinate representation of color #67FAB0: hue angle of 149.8º 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 #67FAB0 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 176 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.02 |
| HSL | 149.8º | 0.94% | 0.69% | - |
| HSV(B) | 149.8º | 0.59% | 0.98% | - |
| XYZ | 47.62 | 74.39 | 52.92 | - |
| YUV | 197.61 | 115.8 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 176 | 0.59 | 0 | 0.30 | 0.02 | 149.8 | 0.94 | 0.69 |
| Hex | 67 | FA | B0 | 3B | 0 | 1E | 2 | 96 | 5E | 45 |
| Octal | 147 | 372 | 260 | 73 | 0 | 36 | 2 | 226 | 136 | 105 |
| Binary | 1100111 | 11111010 | 10110000 | 111011 | 0 | 11110 | 10 | 10010110 | 1011110 | 1000101 |
Color Harmonies of #67FAB0
Complementary color
Monochromatic Colors of #67FAB0
Black with #67FAB0
Text Example
Text Example
White with #67FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FAB0; }
p { color: rgb(103,250,176); }
H1.HeaderClassName
{
color: #67FAB0;
}
.AnyTagClassName
{
color: #67FAB0;
}
</style>
background-color css
<style>
a { background-color: #67FAB0; }
a { background-color: rgb(103,250,176); }
div.DivClassName
{
background-color: #67FAB0;
}
.BgClassName
{
background-color: #67FAB0;
}
</style>
border-color css
<style>
span { border-color: #67FAB0; }
span { border-color: rgb(103,250,176); }
td.TdClassName
{
border-color: #67FAB0;
}
.TagClassName
{
border-color: #67FAB0;
}
</style>