Shades of Aquamarine #67FDDB
Tints of Aquamarine #67FDDB
RGB
CMYK
RGB Variations
Color information
#67FDDB (or 0x67FDDB) is known color: Aquamarine. HEX triplet: 67, FD and DB. RGB value is (103,253,219). Sum of RGB (Red+Green+Blue) = 103+253+219=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #67FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FDDB is #980224. Grayscale: #CCCCCC. Windows color (decimal): -9962021 or 14417255. OLE color: 14417255.
HSL color Cylindrical-coordinate representation of color #67FDDB: hue angle of 166.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FDDB is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 253 | 219 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.01 |
| HSL | 166.4º | 0.97% | 0.7% | - |
| HSV(B) | 166.4º | 0.59% | 0.99% | - |
| XYZ | 53.5 | 78.25 | 79.3 | - |
| YUV | 204.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 253 | 219 | 0.59 | 0 | 0.13 | 0.01 | 166.4 | 0.97 | 0.7 |
| Hex | 67 | FD | DB | 3B | 0 | D | 1 | A6 | 61 | 46 |
| Octal | 147 | 375 | 333 | 73 | 0 | 15 | 1 | 246 | 141 | 106 |
| Binary | 1100111 | 11111101 | 11011011 | 111011 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000110 |
Color Harmonies of #67FDDB
Complementary color
Monochromatic Colors of #67FDDB
Black with #67FDDB
Text Example
Text Example
White with #67FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FDDB; }
p { color: rgb(103,253,219); }
H1.HeaderClassName
{
color: #67FDDB;
}
.AnyTagClassName
{
color: #67FDDB;
}
</style>
background-color css
<style>
a { background-color: #67FDDB; }
a { background-color: rgb(103,253,219); }
div.DivClassName
{
background-color: #67FDDB;
}
.BgClassName
{
background-color: #67FDDB;
}
</style>
border-color css
<style>
span { border-color: #67FDDB; }
span { border-color: rgb(103,253,219); }
td.TdClassName
{
border-color: #67FDDB;
}
.TagClassName
{
border-color: #67FDDB;
}
</style>