Shades of Aquamarine #6BF8C5
Tints of Aquamarine #6BF8C5
RGB
CMYK
RGB Variations
Color information
#6BF8C5 (or 0x6BF8C5) is known color: Aquamarine. HEX triplet: 6B, F8 and C5. RGB value is (107,248,197). Sum of RGB (Red+Green+Blue) = 107+248+197=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 248 (97.27% from 255 or 44.93% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 248 - color contains mainly: green. Hex color #6BF8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF8C5 is #94073A. Grayscale: #C8C8C8. Windows color (decimal): -9701179 or 12974187. OLE color: 12974187.
HSL color Cylindrical-coordinate representation of color #6BF8C5: hue angle of 158.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF8C5 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 248 | 197 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.03 |
| HSL | 158.3º | 0.91% | 0.7% | - |
| HSV(B) | 158.3º | 0.57% | 0.97% | - |
| XYZ | 49.71 | 74.29 | 64.54 | - |
| YUV | 200.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 248 | 197 | 0.57 | 0 | 0.21 | 0.03 | 158.3 | 0.91 | 0.7 |
| Hex | 6B | F8 | C5 | 39 | 0 | 15 | 3 | 9E | 5B | 46 |
| Octal | 153 | 370 | 305 | 71 | 0 | 25 | 3 | 236 | 133 | 106 |
| Binary | 1101011 | 11111000 | 11000101 | 111001 | 0 | 10101 | 11 | 10011110 | 1011011 | 1000110 |
Color Harmonies of #6BF8C5
Complementary color
Monochromatic Colors of #6BF8C5
Black with #6BF8C5
Text Example
Text Example
White with #6BF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF8C5; }
p { color: rgb(107,248,197); }
H1.HeaderClassName
{
color: #6BF8C5;
}
.AnyTagClassName
{
color: #6BF8C5;
}
</style>
background-color css
<style>
a { background-color: #6BF8C5; }
a { background-color: rgb(107,248,197); }
div.DivClassName
{
background-color: #6BF8C5;
}
.BgClassName
{
background-color: #6BF8C5;
}
</style>
border-color css
<style>
span { border-color: #6BF8C5; }
span { border-color: rgb(107,248,197); }
td.TdClassName
{
border-color: #6BF8C5;
}
.TagClassName
{
border-color: #6BF8C5;
}
</style>