Shades of Aquamarine #6BFDDA
Tints of Aquamarine #6BFDDA
RGB
CMYK
RGB Variations
Color information
#6BFDDA (or 0x6BFDDA) is known color: Aquamarine. HEX triplet: 6B, FD and DA. RGB value is (107,253,218). Sum of RGB (Red+Green+Blue) = 107+253+218=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDA is #940225. Grayscale: #CDCDCD. Windows color (decimal): -9699878 or 14351723. OLE color: 14351723.
HSL color Cylindrical-coordinate representation of color #6BFDDA: hue angle of 165.62º 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 #6BFDDA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 218 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.01 |
| HSL | 165.62º | 0.97% | 0.71% | - |
| HSV(B) | 165.62º | 0.58% | 0.99% | - |
| XYZ | 53.84 | 78.44 | 78.63 | - |
| YUV | 205.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 218 | 0.58 | 0 | 0.14 | 0.01 | 165.62 | 0.97 | 0.71 |
| Hex | 6B | FD | DA | 3A | 0 | E | 1 | A6 | 61 | 47 |
| Octal | 153 | 375 | 332 | 72 | 0 | 16 | 1 | 246 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11011010 | 111010 | 0 | 1110 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6BFDDA
Complementary color
Monochromatic Colors of #6BFDDA
Black with #6BFDDA
Text Example
Text Example
White with #6BFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDDA; }
p { color: rgb(107,253,218); }
H1.HeaderClassName
{
color: #6BFDDA;
}
.AnyTagClassName
{
color: #6BFDDA;
}
</style>
background-color css
<style>
a { background-color: #6BFDDA; }
a { background-color: rgb(107,253,218); }
div.DivClassName
{
background-color: #6BFDDA;
}
.BgClassName
{
background-color: #6BFDDA;
}
</style>
border-color css
<style>
span { border-color: #6BFDDA; }
span { border-color: rgb(107,253,218); }
td.TdClassName
{
border-color: #6BFDDA;
}
.TagClassName
{
border-color: #6BFDDA;
}
</style>