Shades of Aquamarine #6BF2CF
Tints of Aquamarine #6BF2CF
RGB
CMYK
RGB Variations
Color information
#6BF2CF (or 0x6BF2CF) is known color: Aquamarine. HEX triplet: 6B, F2 and CF. RGB value is (107,242,207). Sum of RGB (Red+Green+Blue) = 107+242+207=556 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.24% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2CF is #940D30. Grayscale: #C5C5C5. Windows color (decimal): -9702705 or 13628011. OLE color: 13628011.
HSL color Cylindrical-coordinate representation of color #6BF2CF: hue angle of 164.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF2CF is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 207 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.05 |
| HSL | 164.44º | 0.84% | 0.68% | - |
| HSV(B) | 164.44º | 0.56% | 0.95% | - |
| XYZ | 49.08 | 71.14 | 70.18 | - |
| YUV | 197.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 207 | 0.56 | 0 | 0.14 | 0.05 | 164.44 | 0.84 | 0.68 |
| Hex | 6B | F2 | CF | 38 | 0 | E | 5 | A4 | 54 | 44 |
| Octal | 153 | 362 | 317 | 70 | 0 | 16 | 5 | 244 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11001111 | 111000 | 0 | 1110 | 101 | 10100100 | 1010100 | 1000100 |
Color Harmonies of #6BF2CF
Complementary color
Monochromatic Colors of #6BF2CF
Black with #6BF2CF
Text Example
Text Example
White with #6BF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2CF; }
p { color: rgb(107,242,207); }
H1.HeaderClassName
{
color: #6BF2CF;
}
.AnyTagClassName
{
color: #6BF2CF;
}
</style>
background-color css
<style>
a { background-color: #6BF2CF; }
a { background-color: rgb(107,242,207); }
div.DivClassName
{
background-color: #6BF2CF;
}
.BgClassName
{
background-color: #6BF2CF;
}
</style>
border-color css
<style>
span { border-color: #6BF2CF; }
span { border-color: rgb(107,242,207); }
td.TdClassName
{
border-color: #6BF2CF;
}
.TagClassName
{
border-color: #6BF2CF;
}
</style>