Shades of Aquamarine #67FABD
Tints of Aquamarine #67FABD
RGB
CMYK
RGB Variations
Color information
#67FABD (or 0x67FABD) is known color: Aquamarine. HEX triplet: 67, FA and BD. RGB value is (103,250,189). Sum of RGB (Red+Green+Blue) = 103+250+189=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #67FABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FABD is #980542. Grayscale: #C7C7C7. Windows color (decimal): -9962819 or 12450407. OLE color: 12450407.
HSL color Cylindrical-coordinate representation of color #67FABD: hue angle of 155.1º 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 #67FABD is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 189 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.02 |
| HSL | 155.1º | 0.94% | 0.69% | - |
| HSV(B) | 155.1º | 0.59% | 0.98% | - |
| XYZ | 48.96 | 74.93 | 60.03 | - |
| YUV | 199.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 189 | 0.59 | 0 | 0.24 | 0.02 | 155.1 | 0.94 | 0.69 |
| Hex | 67 | FA | BD | 3B | 0 | 18 | 2 | 9B | 5E | 45 |
| Octal | 147 | 372 | 275 | 73 | 0 | 30 | 2 | 233 | 136 | 105 |
| Binary | 1100111 | 11111010 | 10111101 | 111011 | 0 | 11000 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #67FABD
Complementary color
Monochromatic Colors of #67FABD
Black with #67FABD
Text Example
Text Example
White with #67FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FABD; }
p { color: rgb(103,250,189); }
H1.HeaderClassName
{
color: #67FABD;
}
.AnyTagClassName
{
color: #67FABD;
}
</style>
background-color css
<style>
a { background-color: #67FABD; }
a { background-color: rgb(103,250,189); }
div.DivClassName
{
background-color: #67FABD;
}
.BgClassName
{
background-color: #67FABD;
}
</style>
border-color css
<style>
span { border-color: #67FABD; }
span { border-color: rgb(103,250,189); }
td.TdClassName
{
border-color: #67FABD;
}
.TagClassName
{
border-color: #67FABD;
}
</style>