Shades of Aquamarine #6CF5DF
Tints of Aquamarine #6CF5DF
RGB
CMYK
RGB Variations
Color information
#6CF5DF (or 0x6CF5DF) is known color: Aquamarine. HEX triplet: 6C, F5 and DF. RGB value is (108,245,223). Sum of RGB (Red+Green+Blue) = 108+245+223=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF5DF is #930A20. Grayscale: #C9C9C9. Windows color (decimal): -9636385 or 14677356. OLE color: 14677356.
HSL color Cylindrical-coordinate representation of color #6CF5DF: hue angle of 170.36º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF5DF is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 245 | 223 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.04 |
| HSL | 170.37º | 0.87% | 0.69% | - |
| HSV(B) | 170.37º | 0.56% | 0.96% | - |
| XYZ | 52.16 | 73.82 | 81.31 | - |
| YUV | 201.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 245 | 223 | 0.56 | 0 | 0.09 | 0.04 | 170.37 | 0.87 | 0.69 |
| Hex | 6C | F5 | DF | 38 | 0 | 9 | 4 | AA | 57 | 45 |
| Octal | 154 | 365 | 337 | 70 | 0 | 11 | 4 | 252 | 127 | 105 |
| Binary | 1101100 | 11110101 | 11011111 | 111000 | 0 | 1001 | 100 | 10101010 | 1010111 | 1000101 |
Color Harmonies of #6CF5DF
Complementary color
Monochromatic Colors of #6CF5DF
Black with #6CF5DF
Text Example
Text Example
White with #6CF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF5DF; }
p { color: rgb(108,245,223); }
H1.HeaderClassName
{
color: #6CF5DF;
}
.AnyTagClassName
{
color: #6CF5DF;
}
</style>
background-color css
<style>
a { background-color: #6CF5DF; }
a { background-color: rgb(108,245,223); }
div.DivClassName
{
background-color: #6CF5DF;
}
.BgClassName
{
background-color: #6CF5DF;
}
</style>
border-color css
<style>
span { border-color: #6CF5DF; }
span { border-color: rgb(108,245,223); }
td.TdClassName
{
border-color: #6CF5DF;
}
.TagClassName
{
border-color: #6CF5DF;
}
</style>