Shades of Medium Aquamarine #67FFA5
Tints of Medium Aquamarine #67FFA5
RGB
CMYK
RGB Variations
Color information
#67FFA5 (or 0x67FFA5) is known color: Medium Aquamarine. HEX triplet: 67, FF and A5. RGB value is (103,255,165). Sum of RGB (Red+Green+Blue) = 103+255+165=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FFA5 is #98005A. Grayscale: #C7C7C7. Windows color (decimal): -9961563 or 10878823. OLE color: 10878823.
HSL color Cylindrical-coordinate representation of color #67FFA5: hue angle of 144.47º 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 #67FFA5 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 165 | - |
| CMYK | 0.60 | 0 | 0.35 | 0 |
| HSL | 144.47º | 1% | 0.7% | - |
| HSV(B) | 144.47º | 0.6% | 1% | - |
| XYZ | 48.15 | 77.12 | 47.95 | - |
| YUV | 199.29 | 108.64 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 165 | 0.60 | 0 | 0.35 | 0 | 144.47 | 1 | 0.7 |
| Hex | 67 | FF | A5 | 3C | 0 | 23 | 0 | 90 | 64 | 46 |
| Octal | 147 | 377 | 245 | 74 | 0 | 43 | 0 | 220 | 144 | 106 |
| Binary | 1100111 | 11111111 | 10100101 | 111100 | 0 | 100011 | 0 | 10010000 | 1100100 | 1000110 |
Color Harmonies of #67FFA5
Complementary color
Monochromatic Colors of #67FFA5
Black with #67FFA5
Text Example
Text Example
White with #67FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFA5; }
p { color: rgb(103,255,165); }
H1.HeaderClassName
{
color: #67FFA5;
}
.AnyTagClassName
{
color: #67FFA5;
}
</style>
background-color css
<style>
a { background-color: #67FFA5; }
a { background-color: rgb(103,255,165); }
div.DivClassName
{
background-color: #67FFA5;
}
.BgClassName
{
background-color: #67FFA5;
}
</style>
border-color css
<style>
span { border-color: #67FFA5; }
span { border-color: rgb(103,255,165); }
td.TdClassName
{
border-color: #67FFA5;
}
.TagClassName
{
border-color: #67FFA5;
}
</style>