Shades of Aquamarine #67F5E0
Tints of Aquamarine #67F5E0
RGB
CMYK
RGB Variations
Color information
#67F5E0 (or 0x67F5E0) is known color: Aquamarine. HEX triplet: 67, F5 and E0. RGB value is (103,245,224). Sum of RGB (Red+Green+Blue) = 103+245+224=572 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.01% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #67F5E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F5E0 is #980A1F. Grayscale: #C8C8C8. Windows color (decimal): -9964064 or 14742887. OLE color: 14742887.
HSL color Cylindrical-coordinate representation of color #67F5E0: hue angle of 171.13º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F5E0 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 245 | 224 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.04 |
| HSL | 171.13º | 0.88% | 0.68% | - |
| HSV(B) | 171.13º | 0.58% | 0.96% | - |
| XYZ | 51.7 | 73.57 | 82 | - |
| YUV | 200.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 245 | 224 | 0.58 | 0 | 0.09 | 0.04 | 171.13 | 0.88 | 0.68 |
| Hex | 67 | F5 | E0 | 3A | 0 | 9 | 4 | AB | 58 | 44 |
| Octal | 147 | 365 | 340 | 72 | 0 | 11 | 4 | 253 | 130 | 104 |
| Binary | 1100111 | 11110101 | 11100000 | 111010 | 0 | 1001 | 100 | 10101011 | 1011000 | 1000100 |
Color Harmonies of #67F5E0
Complementary color
Monochromatic Colors of #67F5E0
Black with #67F5E0
Text Example
Text Example
White with #67F5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F5E0; }
p { color: rgb(103,245,224); }
H1.HeaderClassName
{
color: #67F5E0;
}
.AnyTagClassName
{
color: #67F5E0;
}
</style>
background-color css
<style>
a { background-color: #67F5E0; }
a { background-color: rgb(103,245,224); }
div.DivClassName
{
background-color: #67F5E0;
}
.BgClassName
{
background-color: #67F5E0;
}
</style>
border-color css
<style>
span { border-color: #67F5E0; }
span { border-color: rgb(103,245,224); }
td.TdClassName
{
border-color: #67F5E0;
}
.TagClassName
{
border-color: #67F5E0;
}
</style>