Shades of Aquamarine #67FADB
Tints of Aquamarine #67FADB
RGB
CMYK
RGB Variations
Color information
#67FADB (or 0x67FADB) is known color: Aquamarine. HEX triplet: 67, FA and DB. RGB value is (103,250,219). Sum of RGB (Red+Green+Blue) = 103+250+219=572 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.01% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #67FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FADB is #980524. Grayscale: #CACACA. Windows color (decimal): -9962789 or 14416487. OLE color: 14416487.
HSL color Cylindrical-coordinate representation of color #67FADB: hue angle of 167.35º 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 #67FADB is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 219 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.02 |
| HSL | 167.35º | 0.94% | 0.69% | - |
| HSV(B) | 167.35º | 0.59% | 0.98% | - |
| XYZ | 52.57 | 76.37 | 78.99 | - |
| YUV | 202.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 219 | 0.59 | 0 | 0.12 | 0.02 | 167.35 | 0.94 | 0.69 |
| Hex | 67 | FA | DB | 3B | 0 | C | 2 | A7 | 5E | 45 |
| Octal | 147 | 372 | 333 | 73 | 0 | 14 | 2 | 247 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11011011 | 111011 | 0 | 1100 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #67FADB
Complementary color
Monochromatic Colors of #67FADB
Black with #67FADB
Text Example
Text Example
White with #67FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FADB; }
p { color: rgb(103,250,219); }
H1.HeaderClassName
{
color: #67FADB;
}
.AnyTagClassName
{
color: #67FADB;
}
</style>
background-color css
<style>
a { background-color: #67FADB; }
a { background-color: rgb(103,250,219); }
div.DivClassName
{
background-color: #67FADB;
}
.BgClassName
{
background-color: #67FADB;
}
</style>
border-color css
<style>
span { border-color: #67FADB; }
span { border-color: rgb(103,250,219); }
td.TdClassName
{
border-color: #67FADB;
}
.TagClassName
{
border-color: #67FADB;
}
</style>