Shades of Aquamarine #67FFC1
Tints of Aquamarine #67FFC1
RGB
CMYK
RGB Variations
Color information
#67FFC1 (or 0x67FFC1) is known color: Aquamarine. HEX triplet: 67, FF and C1. RGB value is (103,255,193). Sum of RGB (Red+Green+Blue) = 103+255+193=551 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.69% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FFC1 is #98003E. Grayscale: #CACACA. Windows color (decimal): -9961535 or 12713831. OLE color: 12713831.
HSL color Cylindrical-coordinate representation of color #67FFC1: hue angle of 155.53º 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 #67FFC1 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 193 | - |
| CMYK | 0.60 | 0 | 0.24 | 0 |
| HSL | 155.53º | 1% | 0.7% | - |
| HSV(B) | 155.53º | 0.6% | 1% | - |
| XYZ | 50.98 | 78.25 | 62.87 | - |
| YUV | 202.48 | 122.64 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 193 | 0.60 | 0 | 0.24 | 0 | 155.53 | 1 | 0.7 |
| Hex | 67 | FF | C1 | 3C | 0 | 18 | 0 | 9C | 64 | 46 |
| Octal | 147 | 377 | 301 | 74 | 0 | 30 | 0 | 234 | 144 | 106 |
| Binary | 1100111 | 11111111 | 11000001 | 111100 | 0 | 11000 | 0 | 10011100 | 1100100 | 1000110 |
Color Harmonies of #67FFC1
Complementary color
Monochromatic Colors of #67FFC1
Black with #67FFC1
Text Example
Text Example
White with #67FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFC1; }
p { color: rgb(103,255,193); }
H1.HeaderClassName
{
color: #67FFC1;
}
.AnyTagClassName
{
color: #67FFC1;
}
</style>
background-color css
<style>
a { background-color: #67FFC1; }
a { background-color: rgb(103,255,193); }
div.DivClassName
{
background-color: #67FFC1;
}
.BgClassName
{
background-color: #67FFC1;
}
</style>
border-color css
<style>
span { border-color: #67FFC1; }
span { border-color: rgb(103,255,193); }
td.TdClassName
{
border-color: #67FFC1;
}
.TagClassName
{
border-color: #67FFC1;
}
</style>