Shades of Aquamarine #67FEDC
Tints of Aquamarine #67FEDC
RGB
CMYK
RGB Variations
Color information
#67FEDC (or 0x67FEDC) is known color: Aquamarine. HEX triplet: 67, FE and DC. RGB value is (103,254,220). Sum of RGB (Red+Green+Blue) = 103+254+220=577 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.85% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #67FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FEDC is #980123. Grayscale: #CCCCCC. Windows color (decimal): -9961764 or 14483047. OLE color: 14483047.
HSL color Cylindrical-coordinate representation of color #67FEDC: hue angle of 166.49º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FEDC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 254 | 220 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.00 |
| HSL | 166.49º | 0.99% | 0.7% | - |
| HSV(B) | 166.49º | 0.59% | 1% | - |
| XYZ | 53.95 | 78.93 | 80.1 | - |
| YUV | 204.98 | 136.47 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 254 | 220 | 0.59 | 0 | 0.13 | 0.00 | 166.49 | 0.99 | 0.7 |
| Hex | 67 | FE | DC | 3B | 0 | D | 0 | A6 | 63 | 46 |
| Octal | 147 | 376 | 334 | 73 | 0 | 15 | 0 | 246 | 143 | 106 |
| Binary | 1100111 | 11111110 | 11011100 | 111011 | 0 | 1101 | 0 | 10100110 | 1100011 | 1000110 |
Color Harmonies of #67FEDC
Complementary color
Monochromatic Colors of #67FEDC
Black with #67FEDC
Text Example
Text Example
White with #67FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FEDC; }
p { color: rgb(103,254,220); }
H1.HeaderClassName
{
color: #67FEDC;
}
.AnyTagClassName
{
color: #67FEDC;
}
</style>
background-color css
<style>
a { background-color: #67FEDC; }
a { background-color: rgb(103,254,220); }
div.DivClassName
{
background-color: #67FEDC;
}
.BgClassName
{
background-color: #67FEDC;
}
</style>
border-color css
<style>
span { border-color: #67FEDC; }
span { border-color: rgb(103,254,220); }
td.TdClassName
{
border-color: #67FEDC;
}
.TagClassName
{
border-color: #67FEDC;
}
</style>