Shades of Aquamarine #6CF2DF
Tints of Aquamarine #6CF2DF
RGB
CMYK
RGB Variations
Color information
#6CF2DF (or 0x6CF2DF) is known color: Aquamarine. HEX triplet: 6C, F2 and DF. RGB value is (108,242,223). Sum of RGB (Red+Green+Blue) = 108+242+223=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2DF is #930D20. Grayscale: #C7C7C7. Windows color (decimal): -9637153 or 14676588. OLE color: 14676588.
HSL color Cylindrical-coordinate representation of color #6CF2DF: hue angle of 171.49º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2DF is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 223 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.05 |
| HSL | 171.49º | 0.84% | 0.69% | - |
| HSV(B) | 171.49º | 0.55% | 0.95% | - |
| XYZ | 51.26 | 72.02 | 81.01 | - |
| YUV | 199.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 223 | 0.55 | 0 | 0.08 | 0.05 | 171.49 | 0.84 | 0.69 |
| Hex | 6C | F2 | DF | 37 | 0 | 8 | 5 | AB | 54 | 45 |
| Octal | 154 | 362 | 337 | 67 | 0 | 10 | 5 | 253 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11011111 | 110111 | 0 | 1000 | 101 | 10101011 | 1010100 | 1000101 |
Color Harmonies of #6CF2DF
Complementary color
Monochromatic Colors of #6CF2DF
Black with #6CF2DF
Text Example
Text Example
White with #6CF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2DF; }
p { color: rgb(108,242,223); }
H1.HeaderClassName
{
color: #6CF2DF;
}
.AnyTagClassName
{
color: #6CF2DF;
}
</style>
background-color css
<style>
a { background-color: #6CF2DF; }
a { background-color: rgb(108,242,223); }
div.DivClassName
{
background-color: #6CF2DF;
}
.BgClassName
{
background-color: #6CF2DF;
}
</style>
border-color css
<style>
span { border-color: #6CF2DF; }
span { border-color: rgb(108,242,223); }
td.TdClassName
{
border-color: #6CF2DF;
}
.TagClassName
{
border-color: #6CF2DF;
}
</style>