Shades of Aquamarine #67FFE1
Tints of Aquamarine #67FFE1
RGB
CMYK
RGB Variations
Color information
#67FFE1 (or 0x67FFE1) is known color: Aquamarine. HEX triplet: 67, FF and E1. RGB value is (103,255,225). Sum of RGB (Red+Green+Blue) = 103+255+225=583 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.67% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FFE1 is #98001E. Grayscale: #CECECE. Windows color (decimal): -9961503 or 14810983. OLE color: 14810983.
HSL color Cylindrical-coordinate representation of color #67FFE1: hue angle of 168.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FFE1 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 225 | - |
| CMYK | 0.60 | 0 | 0.12 | 0 |
| HSL | 168.16º | 1% | 0.7% | - |
| HSV(B) | 168.16º | 0.6% | 1% | - |
| XYZ | 54.94 | 79.84 | 83.75 | - |
| YUV | 206.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 225 | 0.60 | 0 | 0.12 | 0 | 168.16 | 1 | 0.7 |
| Hex | 67 | FF | E1 | 3C | 0 | C | 0 | A8 | 64 | 46 |
| Octal | 147 | 377 | 341 | 74 | 0 | 14 | 0 | 250 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11100001 | 111100 | 0 | 1100 | 0 | 10101000 | 1100100 | 1000110 |
Color Harmonies of #67FFE1
Complementary color
Monochromatic Colors of #67FFE1
Black with #67FFE1
Text Example
Text Example
White with #67FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFE1; }
p { color: rgb(103,255,225); }
H1.HeaderClassName
{
color: #67FFE1;
}
.AnyTagClassName
{
color: #67FFE1;
}
</style>
background-color css
<style>
a { background-color: #67FFE1; }
a { background-color: rgb(103,255,225); }
div.DivClassName
{
background-color: #67FFE1;
}
.BgClassName
{
background-color: #67FFE1;
}
</style>
border-color css
<style>
span { border-color: #67FFE1; }
span { border-color: rgb(103,255,225); }
td.TdClassName
{
border-color: #67FFE1;
}
.TagClassName
{
border-color: #67FFE1;
}
</style>