Shades of Aquamarine #6FFBBC
Tints of Aquamarine #6FFBBC
RGB
CMYK
RGB Variations
Color information
#6FFBBC (or 0x6FFBBC) is known color: Aquamarine. HEX triplet: 6F, FB and BC. RGB value is (111,251,188). Sum of RGB (Red+Green+Blue) = 111+251+188=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBBC is #900443. Grayscale: #CACACA. Windows color (decimal): -9438276 or 12385135. OLE color: 12385135.
HSL color Cylindrical-coordinate representation of color #6FFBBC: hue angle of 153º 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 #6FFBBC is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 188 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.02 |
| HSL | 153º | 0.95% | 0.71% | - |
| HSV(B) | 153º | 0.56% | 0.98% | - |
| XYZ | 50.13 | 76 | 59.61 | - |
| YUV | 201.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 188 | 0.56 | 0 | 0.25 | 0.02 | 153 | 0.95 | 0.71 |
| Hex | 6F | FB | BC | 38 | 0 | 19 | 2 | 99 | 5F | 47 |
| Octal | 157 | 373 | 274 | 70 | 0 | 31 | 2 | 231 | 137 | 107 |
| Binary | 1101111 | 11111011 | 10111100 | 111000 | 0 | 11001 | 10 | 10011001 | 1011111 | 1000111 |
Color Harmonies of #6FFBBC
Complementary color
Monochromatic Colors of #6FFBBC
Black with #6FFBBC
Text Example
Text Example
White with #6FFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBBC; }
p { color: rgb(111,251,188); }
H1.HeaderClassName
{
color: #6FFBBC;
}
.AnyTagClassName
{
color: #6FFBBC;
}
</style>
background-color css
<style>
a { background-color: #6FFBBC; }
a { background-color: rgb(111,251,188); }
div.DivClassName
{
background-color: #6FFBBC;
}
.BgClassName
{
background-color: #6FFBBC;
}
</style>
border-color css
<style>
span { border-color: #6FFBBC; }
span { border-color: rgb(111,251,188); }
td.TdClassName
{
border-color: #6FFBBC;
}
.TagClassName
{
border-color: #6FFBBC;
}
</style>