Shades of Aquamarine #6BF1CF
Tints of Aquamarine #6BF1CF
RGB
CMYK
RGB Variations
Color information
#6BF1CF (or 0x6BF1CF) is known color: Aquamarine. HEX triplet: 6B, F1 and CF. RGB value is (107,241,207). Sum of RGB (Red+Green+Blue) = 107+241+207=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1CF is #940E30. Grayscale: #C5C5C5. Windows color (decimal): -9702961 or 13627755. OLE color: 13627755.
HSL color Cylindrical-coordinate representation of color #6BF1CF: hue angle of 164.78º degrees, saturation: 0.83, 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 #6BF1CF is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 207 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.05 |
| HSL | 164.78º | 0.83% | 0.68% | - |
| HSV(B) | 164.78º | 0.56% | 0.95% | - |
| XYZ | 48.78 | 70.54 | 70.08 | - |
| YUV | 197.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 207 | 0.56 | 0 | 0.14 | 0.05 | 164.78 | 0.83 | 0.68 |
| Hex | 6B | F1 | CF | 38 | 0 | E | 5 | A5 | 53 | 44 |
| Octal | 153 | 361 | 317 | 70 | 0 | 16 | 5 | 245 | 123 | 104 |
| Binary | 1101011 | 11110001 | 11001111 | 111000 | 0 | 1110 | 101 | 10100101 | 1010011 | 1000100 |
Color Harmonies of #6BF1CF
Complementary color
Monochromatic Colors of #6BF1CF
Black with #6BF1CF
Text Example
Text Example
White with #6BF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF1CF; }
p { color: rgb(107,241,207); }
H1.HeaderClassName
{
color: #6BF1CF;
}
.AnyTagClassName
{
color: #6BF1CF;
}
</style>
background-color css
<style>
a { background-color: #6BF1CF; }
a { background-color: rgb(107,241,207); }
div.DivClassName
{
background-color: #6BF1CF;
}
.BgClassName
{
background-color: #6BF1CF;
}
</style>
border-color css
<style>
span { border-color: #6BF1CF; }
span { border-color: rgb(107,241,207); }
td.TdClassName
{
border-color: #6BF1CF;
}
.TagClassName
{
border-color: #6BF1CF;
}
</style>