Shades of Aquamarine #67FAE1
Tints of Aquamarine #67FAE1
RGB
CMYK
RGB Variations
Color information
#67FAE1 (or 0x67FAE1) is known color: Aquamarine. HEX triplet: 67, FA and E1. RGB value is (103,250,225). Sum of RGB (Red+Green+Blue) = 103+250+225=578 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.82% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FAE1 is #98051E. Grayscale: #CBCBCB. Windows color (decimal): -9962783 or 14809703. OLE color: 14809703.
HSL color Cylindrical-coordinate representation of color #67FAE1: hue angle of 169.8º 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 #67FAE1 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 225 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.02 |
| HSL | 169.8º | 0.94% | 0.69% | - |
| HSV(B) | 169.8º | 0.59% | 0.98% | - |
| XYZ | 53.37 | 76.69 | 83.22 | - |
| YUV | 203.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 225 | 0.59 | 0 | 0.10 | 0.02 | 169.8 | 0.94 | 0.69 |
| Hex | 67 | FA | E1 | 3B | 0 | A | 2 | AA | 5E | 45 |
| Octal | 147 | 372 | 341 | 73 | 0 | 12 | 2 | 252 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11100001 | 111011 | 0 | 1010 | 10 | 10101010 | 1011110 | 1000101 |
Color Harmonies of #67FAE1
Complementary color
Monochromatic Colors of #67FAE1
Black with #67FAE1
Text Example
Text Example
White with #67FAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FAE1; }
p { color: rgb(103,250,225); }
H1.HeaderClassName
{
color: #67FAE1;
}
.AnyTagClassName
{
color: #67FAE1;
}
</style>
background-color css
<style>
a { background-color: #67FAE1; }
a { background-color: rgb(103,250,225); }
div.DivClassName
{
background-color: #67FAE1;
}
.BgClassName
{
background-color: #67FAE1;
}
</style>
border-color css
<style>
span { border-color: #67FAE1; }
span { border-color: rgb(103,250,225); }
td.TdClassName
{
border-color: #67FAE1;
}
.TagClassName
{
border-color: #67FAE1;
}
</style>