Shades of Aquamarine #6CF9BC
Tints of Aquamarine #6CF9BC
RGB
CMYK
RGB Variations
Color information
#6CF9BC (or 0x6CF9BC) is known color: Aquamarine. HEX triplet: 6C, F9 and BC. RGB value is (108,249,188). Sum of RGB (Red+Green+Blue) = 108+249+188=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #6CF9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF9BC is #930643. Grayscale: #C7C7C7. Windows color (decimal): -9635396 or 12384620. OLE color: 12384620.
HSL color Cylindrical-coordinate representation of color #6CF9BC: hue angle of 154.04º degrees, saturation: 0.92, 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 #6CF9BC is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 249 | 188 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.02 |
| HSL | 154.04º | 0.92% | 0.7% | - |
| HSV(B) | 154.04º | 0.57% | 0.98% | - |
| XYZ | 49.14 | 74.57 | 59.38 | - |
| YUV | 199.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 249 | 188 | 0.57 | 0 | 0.24 | 0.02 | 154.04 | 0.92 | 0.7 |
| Hex | 6C | F9 | BC | 39 | 0 | 18 | 2 | 9A | 5C | 46 |
| Octal | 154 | 371 | 274 | 71 | 0 | 30 | 2 | 232 | 134 | 106 |
| Binary | 1101100 | 11111001 | 10111100 | 111001 | 0 | 11000 | 10 | 10011010 | 1011100 | 1000110 |
Color Harmonies of #6CF9BC
Complementary color
Monochromatic Colors of #6CF9BC
Black with #6CF9BC
Text Example
Text Example
White with #6CF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF9BC; }
p { color: rgb(108,249,188); }
H1.HeaderClassName
{
color: #6CF9BC;
}
.AnyTagClassName
{
color: #6CF9BC;
}
</style>
background-color css
<style>
a { background-color: #6CF9BC; }
a { background-color: rgb(108,249,188); }
div.DivClassName
{
background-color: #6CF9BC;
}
.BgClassName
{
background-color: #6CF9BC;
}
</style>
border-color css
<style>
span { border-color: #6CF9BC; }
span { border-color: rgb(108,249,188); }
td.TdClassName
{
border-color: #6CF9BC;
}
.TagClassName
{
border-color: #6CF9BC;
}
</style>