Shades of Aquamarine #6BF0C5
Tints of Aquamarine #6BF0C5
RGB
CMYK
RGB Variations
Color information
#6BF0C5 (or 0x6BF0C5) is known color: Aquamarine. HEX triplet: 6B, F0 and C5. RGB value is (107,240,197). Sum of RGB (Red+Green+Blue) = 107+240+197=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0C5 is #940F3A. Grayscale: #C3C3C3. Windows color (decimal): -9703227 or 12972139. OLE color: 12972139.
HSL color Cylindrical-coordinate representation of color #6BF0C5: hue angle of 160.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0C5 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 197 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.06 |
| HSL | 160.6º | 0.82% | 0.68% | - |
| HSV(B) | 160.6º | 0.55% | 0.94% | - |
| XYZ | 47.3 | 69.48 | 63.74 | - |
| YUV | 195.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 197 | 0.55 | 0 | 0.18 | 0.06 | 160.6 | 0.82 | 0.68 |
| Hex | 6B | F0 | C5 | 37 | 0 | 12 | 6 | A1 | 52 | 44 |
| Octal | 153 | 360 | 305 | 67 | 0 | 22 | 6 | 241 | 122 | 104 |
| Binary | 1101011 | 11110000 | 11000101 | 110111 | 0 | 10010 | 110 | 10100001 | 1010010 | 1000100 |
Color Harmonies of #6BF0C5
Complementary color
Monochromatic Colors of #6BF0C5
Black with #6BF0C5
Text Example
Text Example
White with #6BF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF0C5; }
p { color: rgb(107,240,197); }
H1.HeaderClassName
{
color: #6BF0C5;
}
.AnyTagClassName
{
color: #6BF0C5;
}
</style>
background-color css
<style>
a { background-color: #6BF0C5; }
a { background-color: rgb(107,240,197); }
div.DivClassName
{
background-color: #6BF0C5;
}
.BgClassName
{
background-color: #6BF0C5;
}
</style>
border-color css
<style>
span { border-color: #6BF0C5; }
span { border-color: rgb(107,240,197); }
td.TdClassName
{
border-color: #6BF0C5;
}
.TagClassName
{
border-color: #6BF0C5;
}
</style>