Shades of Aquamarine #6BFDDD
Tints of Aquamarine #6BFDDD
RGB
CMYK
RGB Variations
Color information
#6BFDDD (or 0x6BFDDD) is known color: Aquamarine. HEX triplet: 6B, FD and DD. RGB value is (107,253,221). Sum of RGB (Red+Green+Blue) = 107+253+221=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDD is #940222. Grayscale: #CDCDCD. Windows color (decimal): -9699875 or 14548331. OLE color: 14548331.
HSL color Cylindrical-coordinate representation of color #6BFDDD: hue angle of 166.85º 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 #6BFDDD is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 221 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.85º | 0.97% | 0.71% | - |
| HSV(B) | 166.85º | 0.58% | 0.99% | - |
| XYZ | 54.24 | 78.6 | 80.72 | - |
| YUV | 205.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 221 | 0.58 | 0 | 0.13 | 0.01 | 166.85 | 0.97 | 0.71 |
| Hex | 6B | FD | DD | 3A | 0 | D | 1 | A7 | 61 | 47 |
| Octal | 153 | 375 | 335 | 72 | 0 | 15 | 1 | 247 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11011101 | 111010 | 0 | 1101 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6BFDDD
Complementary color
Monochromatic Colors of #6BFDDD
Black with #6BFDDD
Text Example
Text Example
White with #6BFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDDD; }
p { color: rgb(107,253,221); }
H1.HeaderClassName
{
color: #6BFDDD;
}
.AnyTagClassName
{
color: #6BFDDD;
}
</style>
background-color css
<style>
a { background-color: #6BFDDD; }
a { background-color: rgb(107,253,221); }
div.DivClassName
{
background-color: #6BFDDD;
}
.BgClassName
{
background-color: #6BFDDD;
}
</style>
border-color css
<style>
span { border-color: #6BFDDD; }
span { border-color: rgb(107,253,221); }
td.TdClassName
{
border-color: #6BFDDD;
}
.TagClassName
{
border-color: #6BFDDD;
}
</style>