Shades of Aquamarine #6CF0CE
Tints of Aquamarine #6CF0CE
RGB
CMYK
RGB Variations
Color information
#6CF0CE (or 0x6CF0CE) is known color: Aquamarine. HEX triplet: 6C, F0 and CE. RGB value is (108,240,206). Sum of RGB (Red+Green+Blue) = 108+240+206=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0CE is #930F31. Grayscale: #C4C4C4. Windows color (decimal): -9637682 or 13561964. OLE color: 13561964.
HSL color Cylindrical-coordinate representation of color #6CF0CE: hue angle of 164.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0CE is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 206 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.06 |
| HSL | 164.55º | 0.81% | 0.68% | - |
| HSV(B) | 164.55º | 0.55% | 0.94% | - |
| XYZ | 48.49 | 69.96 | 69.34 | - |
| YUV | 196.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 206 | 0.55 | 0 | 0.14 | 0.06 | 164.55 | 0.81 | 0.68 |
| Hex | 6C | F0 | CE | 37 | 0 | E | 6 | A5 | 51 | 44 |
| Octal | 154 | 360 | 316 | 67 | 0 | 16 | 6 | 245 | 121 | 104 |
| Binary | 1101100 | 11110000 | 11001110 | 110111 | 0 | 1110 | 110 | 10100101 | 1010001 | 1000100 |
Color Harmonies of #6CF0CE
Complementary color
Monochromatic Colors of #6CF0CE
Black with #6CF0CE
Text Example
Text Example
White with #6CF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0CE; }
p { color: rgb(108,240,206); }
H1.HeaderClassName
{
color: #6CF0CE;
}
.AnyTagClassName
{
color: #6CF0CE;
}
</style>
background-color css
<style>
a { background-color: #6CF0CE; }
a { background-color: rgb(108,240,206); }
div.DivClassName
{
background-color: #6CF0CE;
}
.BgClassName
{
background-color: #6CF0CE;
}
</style>
border-color css
<style>
span { border-color: #6CF0CE; }
span { border-color: rgb(108,240,206); }
td.TdClassName
{
border-color: #6CF0CE;
}
.TagClassName
{
border-color: #6CF0CE;
}
</style>