Shades of Aquamarine #67FFAE
Tints of Aquamarine #67FFAE
RGB
CMYK
RGB Variations
Color information
#67FFAE (or 0x67FFAE) is known color: Aquamarine. HEX triplet: 67, FF and AE. RGB value is (103,255,174). Sum of RGB (Red+Green+Blue) = 103+255+174=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FFAE is #980051. Grayscale: #C8C8C8. Windows color (decimal): -9961554 or 11468647. OLE color: 11468647.
HSL color Cylindrical-coordinate representation of color #67FFAE: hue angle of 148.03º 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 #67FFAE is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 174 | - |
| CMYK | 0.60 | 0 | 0.32 | 0 |
| HSL | 148.03º | 1% | 0.7% | - |
| HSV(B) | 148.03º | 0.6% | 1% | - |
| XYZ | 48.99 | 77.46 | 52.41 | - |
| YUV | 200.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 174 | 0.60 | 0 | 0.32 | 0 | 148.03 | 1 | 0.7 |
| Hex | 67 | FF | AE | 3C | 0 | 20 | 0 | 94 | 64 | 46 |
| Octal | 147 | 377 | 256 | 74 | 0 | 40 | 0 | 224 | 144 | 106 |
| Binary | 1100111 | 11111111 | 10101110 | 111100 | 0 | 100000 | 0 | 10010100 | 1100100 | 1000110 |
Color Harmonies of #67FFAE
Complementary color
Monochromatic Colors of #67FFAE
Black with #67FFAE
Text Example
Text Example
White with #67FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFAE; }
p { color: rgb(103,255,174); }
H1.HeaderClassName
{
color: #67FFAE;
}
.AnyTagClassName
{
color: #67FFAE;
}
</style>
background-color css
<style>
a { background-color: #67FFAE; }
a { background-color: rgb(103,255,174); }
div.DivClassName
{
background-color: #67FFAE;
}
.BgClassName
{
background-color: #67FFAE;
}
</style>
border-color css
<style>
span { border-color: #67FFAE; }
span { border-color: rgb(103,255,174); }
td.TdClassName
{
border-color: #67FFAE;
}
.TagClassName
{
border-color: #67FFAE;
}
</style>