Shades of Aquamarine #67FEAA
Tints of Aquamarine #67FEAA
RGB
CMYK
RGB Variations
Color information
#67FEAA (or 0x67FEAA) is known color: Aquamarine. HEX triplet: 67, FE and AA. RGB value is (103,254,170). Sum of RGB (Red+Green+Blue) = 103+254+170=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #67FEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FEAA is #980155. Grayscale: #C7C7C7. Windows color (decimal): -9961814 or 11206247. OLE color: 11206247.
HSL color Cylindrical-coordinate representation of color #67FEAA: hue angle of 146.62º 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 #67FEAA is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 254 | 170 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.00 |
| HSL | 146.62º | 0.99% | 0.7% | - |
| HSV(B) | 146.62º | 0.59% | 1% | - |
| XYZ | 48.29 | 76.67 | 50.28 | - |
| YUV | 199.28 | 111.47 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 254 | 170 | 0.59 | 0 | 0.33 | 0.00 | 146.62 | 0.99 | 0.7 |
| Hex | 67 | FE | AA | 3B | 0 | 21 | 0 | 93 | 63 | 46 |
| Octal | 147 | 376 | 252 | 73 | 0 | 41 | 0 | 223 | 143 | 106 |
| Binary | 1100111 | 11111110 | 10101010 | 111011 | 0 | 100001 | 0 | 10010011 | 1100011 | 1000110 |
Color Harmonies of #67FEAA
Complementary color
Monochromatic Colors of #67FEAA
Black with #67FEAA
Text Example
Text Example
White with #67FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FEAA; }
p { color: rgb(103,254,170); }
H1.HeaderClassName
{
color: #67FEAA;
}
.AnyTagClassName
{
color: #67FEAA;
}
</style>
background-color css
<style>
a { background-color: #67FEAA; }
a { background-color: rgb(103,254,170); }
div.DivClassName
{
background-color: #67FEAA;
}
.BgClassName
{
background-color: #67FEAA;
}
</style>
border-color css
<style>
span { border-color: #67FEAA; }
span { border-color: rgb(103,254,170); }
td.TdClassName
{
border-color: #67FEAA;
}
.TagClassName
{
border-color: #67FEAA;
}
</style>