Shades of Aquamarine #6CFBBB
Tints of Aquamarine #6CFBBB
RGB
CMYK
RGB Variations
Color information
#6CFBBB (or 0x6CFBBB) is known color: Aquamarine. HEX triplet: 6C, FB and BB. RGB value is (108,251,187). Sum of RGB (Red+Green+Blue) = 108+251+187=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFBBB is #930444. Grayscale: #C9C9C9. Windows color (decimal): -9634885 or 12319596. OLE color: 12319596.
HSL color Cylindrical-coordinate representation of color #6CFBBB: hue angle of 153.15º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBBB is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 187 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.02 |
| HSL | 153.15º | 0.95% | 0.7% | - |
| HSV(B) | 153.15º | 0.57% | 0.98% | - |
| XYZ | 49.65 | 75.77 | 59.02 | - |
| YUV | 200.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 187 | 0.57 | 0 | 0.25 | 0.02 | 153.15 | 0.95 | 0.7 |
| Hex | 6C | FB | BB | 39 | 0 | 19 | 2 | 99 | 5F | 46 |
| Octal | 154 | 373 | 273 | 71 | 0 | 31 | 2 | 231 | 137 | 106 |
| Binary | 1101100 | 11111011 | 10111011 | 111001 | 0 | 11001 | 10 | 10011001 | 1011111 | 1000110 |
Color Harmonies of #6CFBBB
Complementary color
Monochromatic Colors of #6CFBBB
Black with #6CFBBB
Text Example
Text Example
White with #6CFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFBBB; }
p { color: rgb(108,251,187); }
H1.HeaderClassName
{
color: #6CFBBB;
}
.AnyTagClassName
{
color: #6CFBBB;
}
</style>
background-color css
<style>
a { background-color: #6CFBBB; }
a { background-color: rgb(108,251,187); }
div.DivClassName
{
background-color: #6CFBBB;
}
.BgClassName
{
background-color: #6CFBBB;
}
</style>
border-color css
<style>
span { border-color: #6CFBBB; }
span { border-color: rgb(108,251,187); }
td.TdClassName
{
border-color: #6CFBBB;
}
.TagClassName
{
border-color: #6CFBBB;
}
</style>