Shades of Aquamarine #6FFBC6
Tints of Aquamarine #6FFBC6
RGB
CMYK
RGB Variations
Color information
#6FFBC6 (or 0x6FFBC6) is known color: Aquamarine. HEX triplet: 6F, FB and C6. RGB value is (111,251,198). Sum of RGB (Red+Green+Blue) = 111+251+198=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBC6 is #900439. Grayscale: #CBCBCB. Windows color (decimal): -9438266 or 13040495. OLE color: 13040495.
HSL color Cylindrical-coordinate representation of color #6FFBC6: hue angle of 157.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBC6 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 198 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.02 |
| HSL | 157.29º | 0.95% | 0.71% | - |
| HSV(B) | 157.29º | 0.56% | 0.98% | - |
| XYZ | 51.25 | 76.45 | 65.48 | - |
| YUV | 203.1 | 125.12 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 198 | 0.56 | 0 | 0.21 | 0.02 | 157.29 | 0.95 | 0.71 |
| Hex | 6F | FB | C6 | 38 | 0 | 15 | 2 | 9D | 5F | 47 |
| Octal | 157 | 373 | 306 | 70 | 0 | 25 | 2 | 235 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11000110 | 111000 | 0 | 10101 | 10 | 10011101 | 1011111 | 1000111 |
Color Harmonies of #6FFBC6
Complementary color
Monochromatic Colors of #6FFBC6
Black with #6FFBC6
Text Example
Text Example
White with #6FFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBC6; }
p { color: rgb(111,251,198); }
H1.HeaderClassName
{
color: #6FFBC6;
}
.AnyTagClassName
{
color: #6FFBC6;
}
</style>
background-color css
<style>
a { background-color: #6FFBC6; }
a { background-color: rgb(111,251,198); }
div.DivClassName
{
background-color: #6FFBC6;
}
.BgClassName
{
background-color: #6FFBC6;
}
</style>
border-color css
<style>
span { border-color: #6FFBC6; }
span { border-color: rgb(111,251,198); }
td.TdClassName
{
border-color: #6FFBC6;
}
.TagClassName
{
border-color: #6FFBC6;
}
</style>