Shades of Aquamarine #67FACC
Tints of Aquamarine #67FACC
RGB
CMYK
RGB Variations
Color information
#67FACC (or 0x67FACC) is known color: Aquamarine. HEX triplet: 67, FA and CC. RGB value is (103,250,204). Sum of RGB (Red+Green+Blue) = 103+250+204=557 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.49% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #67FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FACC is #980533. Grayscale: #C8C8C8. Windows color (decimal): -9962804 or 13433447. OLE color: 13433447.
HSL color Cylindrical-coordinate representation of color #67FACC: hue angle of 161.22º 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 #67FACC is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 204 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.02 |
| HSL | 161.22º | 0.94% | 0.69% | - |
| HSV(B) | 161.22º | 0.59% | 0.98% | - |
| XYZ | 50.68 | 75.61 | 69.05 | - |
| YUV | 200.8 | 129.8 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 204 | 0.59 | 0 | 0.18 | 0.02 | 161.22 | 0.94 | 0.69 |
| Hex | 67 | FA | CC | 3B | 0 | 12 | 2 | A1 | 5E | 45 |
| Octal | 147 | 372 | 314 | 73 | 0 | 22 | 2 | 241 | 136 | 105 |
| Binary | 1100111 | 11111010 | 11001100 | 111011 | 0 | 10010 | 10 | 10100001 | 1011110 | 1000101 |
Color Harmonies of #67FACC
Complementary color
Monochromatic Colors of #67FACC
Black with #67FACC
Text Example
Text Example
White with #67FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FACC; }
p { color: rgb(103,250,204); }
H1.HeaderClassName
{
color: #67FACC;
}
.AnyTagClassName
{
color: #67FACC;
}
</style>
background-color css
<style>
a { background-color: #67FACC; }
a { background-color: rgb(103,250,204); }
div.DivClassName
{
background-color: #67FACC;
}
.BgClassName
{
background-color: #67FACC;
}
</style>
border-color css
<style>
span { border-color: #67FACC; }
span { border-color: rgb(103,250,204); }
td.TdClassName
{
border-color: #67FACC;
}
.TagClassName
{
border-color: #67FACC;
}
</style>