Shades of Aquamarine #6CF0BD
Tints of Aquamarine #6CF0BD
RGB
CMYK
RGB Variations
Color information
#6CF0BD (or 0x6CF0BD) is known color: Aquamarine. HEX triplet: 6C, F0 and BD. RGB value is (108,240,189). Sum of RGB (Red+Green+Blue) = 108+240+189=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0BD is #930F42. Grayscale: #C2C2C2. Windows color (decimal): -9637699 or 12447852. OLE color: 12447852.
HSL color Cylindrical-coordinate representation of color #6CF0BD: hue angle of 156.82º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0BD is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 189 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.06 |
| HSL | 156.82º | 0.81% | 0.68% | - |
| HSV(B) | 156.82º | 0.55% | 0.94% | - |
| XYZ | 46.53 | 69.18 | 59.05 | - |
| YUV | 194.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 189 | 0.55 | 0 | 0.21 | 0.06 | 156.82 | 0.81 | 0.68 |
| Hex | 6C | F0 | BD | 37 | 0 | 15 | 6 | 9D | 51 | 44 |
| Octal | 154 | 360 | 275 | 67 | 0 | 25 | 6 | 235 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10111101 | 110111 | 0 | 10101 | 110 | 10011101 | 1010001 | 1000100 |
Color Harmonies of #6CF0BD
Complementary color
Monochromatic Colors of #6CF0BD
Black with #6CF0BD
Text Example
Text Example
White with #6CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF0BD; }
p { color: rgb(108,240,189); }
H1.HeaderClassName
{
color: #6CF0BD;
}
.AnyTagClassName
{
color: #6CF0BD;
}
</style>
background-color css
<style>
a { background-color: #6CF0BD; }
a { background-color: rgb(108,240,189); }
div.DivClassName
{
background-color: #6CF0BD;
}
.BgClassName
{
background-color: #6CF0BD;
}
</style>
border-color css
<style>
span { border-color: #6CF0BD; }
span { border-color: rgb(108,240,189); }
td.TdClassName
{
border-color: #6CF0BD;
}
.TagClassName
{
border-color: #6CF0BD;
}
</style>