Shades of Aquamarine #6CF2CF
Tints of Aquamarine #6CF2CF
RGB
CMYK
RGB Variations
Color information
#6CF2CF (or 0x6CF2CF) is known color: Aquamarine. HEX triplet: 6C, F2 and CF. RGB value is (108,242,207). Sum of RGB (Red+Green+Blue) = 108+242+207=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2CF is #930D30. Grayscale: #C5C5C5. Windows color (decimal): -9637169 or 13628012. OLE color: 13628012.
HSL color Cylindrical-coordinate representation of color #6CF2CF: hue angle of 164.33º 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 #6CF2CF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 207 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.05 |
| HSL | 164.33º | 0.84% | 0.69% | - |
| HSV(B) | 164.33º | 0.55% | 0.95% | - |
| XYZ | 49.2 | 71.2 | 70.18 | - |
| YUV | 197.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 207 | 0.55 | 0 | 0.14 | 0.05 | 164.33 | 0.84 | 0.69 |
| Hex | 6C | F2 | CF | 37 | 0 | E | 5 | A4 | 54 | 45 |
| Octal | 154 | 362 | 317 | 67 | 0 | 16 | 5 | 244 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11001111 | 110111 | 0 | 1110 | 101 | 10100100 | 1010100 | 1000101 |
Color Harmonies of #6CF2CF
Complementary color
Monochromatic Colors of #6CF2CF
Black with #6CF2CF
Text Example
Text Example
White with #6CF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2CF; }
p { color: rgb(108,242,207); }
H1.HeaderClassName
{
color: #6CF2CF;
}
.AnyTagClassName
{
color: #6CF2CF;
}
</style>
background-color css
<style>
a { background-color: #6CF2CF; }
a { background-color: rgb(108,242,207); }
div.DivClassName
{
background-color: #6CF2CF;
}
.BgClassName
{
background-color: #6CF2CF;
}
</style>
border-color css
<style>
span { border-color: #6CF2CF; }
span { border-color: rgb(108,242,207); }
td.TdClassName
{
border-color: #6CF2CF;
}
.TagClassName
{
border-color: #6CF2CF;
}
</style>