Shades of Aquamarine #6FFCCF
Tints of Aquamarine #6FFCCF
RGB
CMYK
RGB Variations
Color information
#6FFCCF (or 0x6FFCCF) is known color: Aquamarine. HEX triplet: 6F, FC and CF. RGB value is (111,252,207). Sum of RGB (Red+Green+Blue) = 111+252+207=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCCF is #900330. Grayscale: #CCCCCC. Windows color (decimal): -9438001 or 13630575. OLE color: 13630575.
HSL color Cylindrical-coordinate representation of color #6FFCCF: hue angle of 160.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFCCF is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 207 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.01 |
| HSL | 160.85º | 0.96% | 0.71% | - |
| HSV(B) | 160.85º | 0.56% | 0.99% | - |
| XYZ | 52.63 | 77.51 | 71.22 | - |
| YUV | 204.71 | 129.29 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 207 | 0.56 | 0 | 0.18 | 0.01 | 160.85 | 0.96 | 0.71 |
| Hex | 6F | FC | CF | 38 | 0 | 12 | 1 | A1 | 60 | 47 |
| Octal | 157 | 374 | 317 | 70 | 0 | 22 | 1 | 241 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11001111 | 111000 | 0 | 10010 | 1 | 10100001 | 1100000 | 1000111 |
Color Harmonies of #6FFCCF
Complementary color
Monochromatic Colors of #6FFCCF
Black with #6FFCCF
Text Example
Text Example
White with #6FFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCCF; }
p { color: rgb(111,252,207); }
H1.HeaderClassName
{
color: #6FFCCF;
}
.AnyTagClassName
{
color: #6FFCCF;
}
</style>
background-color css
<style>
a { background-color: #6FFCCF; }
a { background-color: rgb(111,252,207); }
div.DivClassName
{
background-color: #6FFCCF;
}
.BgClassName
{
background-color: #6FFCCF;
}
</style>
border-color css
<style>
span { border-color: #6FFCCF; }
span { border-color: rgb(111,252,207); }
td.TdClassName
{
border-color: #6FFCCF;
}
.TagClassName
{
border-color: #6FFCCF;
}
</style>