Shades of Aquamarine #6CF2D8
Tints of Aquamarine #6CF2D8
RGB
CMYK
RGB Variations
Color information
#6CF2D8 (or 0x6CF2D8) is known color: Aquamarine. HEX triplet: 6C, F2 and D8. RGB value is (108,242,216). Sum of RGB (Red+Green+Blue) = 108+242+216=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2D8 is #930D27. Grayscale: #C6C6C6. Windows color (decimal): -9637160 or 14217836. OLE color: 14217836.
HSL color Cylindrical-coordinate representation of color #6CF2D8: hue angle of 168.36º 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 #6CF2D8 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 216 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.05 |
| HSL | 168.36º | 0.84% | 0.69% | - |
| HSV(B) | 168.36º | 0.55% | 0.95% | - |
| XYZ | 50.33 | 71.65 | 76.14 | - |
| YUV | 198.97 | 137.61 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 216 | 0.55 | 0 | 0.11 | 0.05 | 168.36 | 0.84 | 0.69 |
| Hex | 6C | F2 | D8 | 37 | 0 | B | 5 | A8 | 54 | 45 |
| Octal | 154 | 362 | 330 | 67 | 0 | 13 | 5 | 250 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11011000 | 110111 | 0 | 1011 | 101 | 10101000 | 1010100 | 1000101 |
Color Harmonies of #6CF2D8
Complementary color
Monochromatic Colors of #6CF2D8
Black with #6CF2D8
Text Example
Text Example
White with #6CF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2D8; }
p { color: rgb(108,242,216); }
H1.HeaderClassName
{
color: #6CF2D8;
}
.AnyTagClassName
{
color: #6CF2D8;
}
</style>
background-color css
<style>
a { background-color: #6CF2D8; }
a { background-color: rgb(108,242,216); }
div.DivClassName
{
background-color: #6CF2D8;
}
.BgClassName
{
background-color: #6CF2D8;
}
</style>
border-color css
<style>
span { border-color: #6CF2D8; }
span { border-color: rgb(108,242,216); }
td.TdClassName
{
border-color: #6CF2D8;
}
.TagClassName
{
border-color: #6CF2D8;
}
</style>