Shades of Aquamarine #6BFDCC
Tints of Aquamarine #6BFDCC
RGB
CMYK
RGB Variations
Color information
#6BFDCC (or 0x6BFDCC) is known color: Aquamarine. HEX triplet: 6B, FD and CC. RGB value is (107,253,204). Sum of RGB (Red+Green+Blue) = 107+253+204=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDCC is #940233. Grayscale: #CBCBCB. Windows color (decimal): -9699892 or 13434219. OLE color: 13434219.
HSL color Cylindrical-coordinate representation of color #6BFDCC: hue angle of 159.86º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDCC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 204 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 159.86º | 0.97% | 0.71% | - |
| HSV(B) | 159.86º | 0.58% | 0.99% | - |
| XYZ | 52.09 | 77.74 | 69.39 | - |
| YUV | 203.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 204 | 0.58 | 0 | 0.19 | 0.01 | 159.86 | 0.97 | 0.71 |
| Hex | 6B | FD | CC | 3A | 0 | 13 | 1 | A0 | 61 | 47 |
| Octal | 153 | 375 | 314 | 72 | 0 | 23 | 1 | 240 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11001100 | 111010 | 0 | 10011 | 1 | 10100000 | 1100001 | 1000111 |
Color Harmonies of #6BFDCC
Complementary color
Monochromatic Colors of #6BFDCC
Black with #6BFDCC
Text Example
Text Example
White with #6BFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDCC; }
p { color: rgb(107,253,204); }
H1.HeaderClassName
{
color: #6BFDCC;
}
.AnyTagClassName
{
color: #6BFDCC;
}
</style>
background-color css
<style>
a { background-color: #6BFDCC; }
a { background-color: rgb(107,253,204); }
div.DivClassName
{
background-color: #6BFDCC;
}
.BgClassName
{
background-color: #6BFDCC;
}
</style>
border-color css
<style>
span { border-color: #6BFDCC; }
span { border-color: rgb(107,253,204); }
td.TdClassName
{
border-color: #6BFDCC;
}
.TagClassName
{
border-color: #6BFDCC;
}
</style>