Shades of Aquamarine #6CFCCF
Tints of Aquamarine #6CFCCF
RGB
CMYK
RGB Variations
Color information
#6CFCCF (or 0x6CFCCF) is known color: Aquamarine. HEX triplet: 6C, FC and CF. RGB value is (108,252,207). Sum of RGB (Red+Green+Blue) = 108+252+207=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFCCF is #930330. Grayscale: #CBCBCB. Windows color (decimal): -9634609 or 13630572. OLE color: 13630572.
HSL color Cylindrical-coordinate representation of color #6CFCCF: hue angle of 161.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFCCF is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 252 | 207 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.01 |
| HSL | 161.25º | 0.96% | 0.71% | - |
| HSV(B) | 161.25º | 0.57% | 0.99% | - |
| XYZ | 52.26 | 77.31 | 71.2 | - |
| YUV | 203.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 252 | 207 | 0.57 | 0 | 0.18 | 0.01 | 161.25 | 0.96 | 0.71 |
| Hex | 6C | FC | CF | 39 | 0 | 12 | 1 | A1 | 60 | 47 |
| Octal | 154 | 374 | 317 | 71 | 0 | 22 | 1 | 241 | 140 | 107 |
| Binary | 1101100 | 11111100 | 11001111 | 111001 | 0 | 10010 | 1 | 10100001 | 1100000 | 1000111 |
Color Harmonies of #6CFCCF
Complementary color
Monochromatic Colors of #6CFCCF
Black with #6CFCCF
Text Example
Text Example
White with #6CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFCCF; }
p { color: rgb(108,252,207); }
H1.HeaderClassName
{
color: #6CFCCF;
}
.AnyTagClassName
{
color: #6CFCCF;
}
</style>
background-color css
<style>
a { background-color: #6CFCCF; }
a { background-color: rgb(108,252,207); }
div.DivClassName
{
background-color: #6CFCCF;
}
.BgClassName
{
background-color: #6CFCCF;
}
</style>
border-color css
<style>
span { border-color: #6CFCCF; }
span { border-color: rgb(108,252,207); }
td.TdClassName
{
border-color: #6CFCCF;
}
.TagClassName
{
border-color: #6CFCCF;
}
</style>