Shades of Aquamarine #6AFFCF
Tints of Aquamarine #6AFFCF
RGB
CMYK
RGB Variations
Color information
#6AFFCF (or 0x6AFFCF) is known color: Aquamarine. HEX triplet: 6A, FF and CF. RGB value is (106,255,207). Sum of RGB (Red+Green+Blue) = 106+255+207=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFCF is #950030. Grayscale: #CDCDCD. Windows color (decimal): -9764913 or 13631338. OLE color: 13631338.
HSL color Cylindrical-coordinate representation of color #6AFFCF: hue angle of 160.67º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFCF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 207 | - |
| CMYK | 0.58 | 0 | 0.19 | 0 |
| HSL | 160.67º | 1% | 0.71% | - |
| HSV(B) | 160.67º | 0.58% | 1% | - |
| XYZ | 52.97 | 79.09 | 71.51 | - |
| YUV | 204.98 | 129.14 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 207 | 0.58 | 0 | 0.19 | 0 | 160.67 | 1 | 0.71 |
| Hex | 6A | FF | CF | 3A | 0 | 13 | 0 | A1 | 64 | 47 |
| Octal | 152 | 377 | 317 | 72 | 0 | 23 | 0 | 241 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11001111 | 111010 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000111 |
Color Harmonies of #6AFFCF
Complementary color
Monochromatic Colors of #6AFFCF
Black with #6AFFCF
Text Example
Text Example
White with #6AFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFCF; }
p { color: rgb(106,255,207); }
H1.HeaderClassName
{
color: #6AFFCF;
}
.AnyTagClassName
{
color: #6AFFCF;
}
</style>
background-color css
<style>
a { background-color: #6AFFCF; }
a { background-color: rgb(106,255,207); }
div.DivClassName
{
background-color: #6AFFCF;
}
.BgClassName
{
background-color: #6AFFCF;
}
</style>
border-color css
<style>
span { border-color: #6AFFCF; }
span { border-color: rgb(106,255,207); }
td.TdClassName
{
border-color: #6AFFCF;
}
.TagClassName
{
border-color: #6AFFCF;
}
</style>