Shades of Aquamarine #6BFDDC
Tints of Aquamarine #6BFDDC
RGB
CMYK
RGB Variations
Color information
#6BFDDC (or 0x6BFDDC) is known color: Aquamarine. HEX triplet: 6B, FD and DC. RGB value is (107,253,220). Sum of RGB (Red+Green+Blue) = 107+253+220=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDC is #940223. Grayscale: #CDCDCD. Windows color (decimal): -9699876 or 14482795. OLE color: 14482795.
HSL color Cylindrical-coordinate representation of color #6BFDDC: hue angle of 166.44º 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 #6BFDDC is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 220 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.01 |
| HSL | 166.44º | 0.97% | 0.71% | - |
| HSV(B) | 166.44º | 0.58% | 0.99% | - |
| XYZ | 54.11 | 78.54 | 80.02 | - |
| YUV | 205.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 220 | 0.58 | 0 | 0.13 | 0.01 | 166.44 | 0.97 | 0.71 |
| Hex | 6B | FD | DC | 3A | 0 | D | 1 | A6 | 61 | 47 |
| Octal | 153 | 375 | 334 | 72 | 0 | 15 | 1 | 246 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11011100 | 111010 | 0 | 1101 | 1 | 10100110 | 1100001 | 1000111 |
Color Harmonies of #6BFDDC
Complementary color
Monochromatic Colors of #6BFDDC
Black with #6BFDDC
Text Example
Text Example
White with #6BFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDDC; }
p { color: rgb(107,253,220); }
H1.HeaderClassName
{
color: #6BFDDC;
}
.AnyTagClassName
{
color: #6BFDDC;
}
</style>
background-color css
<style>
a { background-color: #6BFDDC; }
a { background-color: rgb(107,253,220); }
div.DivClassName
{
background-color: #6BFDDC;
}
.BgClassName
{
background-color: #6BFDDC;
}
</style>
border-color css
<style>
span { border-color: #6BFDDC; }
span { border-color: rgb(107,253,220); }
td.TdClassName
{
border-color: #6BFDDC;
}
.TagClassName
{
border-color: #6BFDDC;
}
</style>