Shades of Aquamarine #6BFFD3
Tints of Aquamarine #6BFFD3
RGB
CMYK
RGB Variations
Color information
#6BFFD3 (or 0x6BFFD3) is known color: Aquamarine. HEX triplet: 6B, FF and D3. RGB value is (107,255,211). Sum of RGB (Red+Green+Blue) = 107+255+211=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFD3 is #94002C. Grayscale: #CDCDCD. Windows color (decimal): -9699373 or 13893483. OLE color: 13893483.
HSL color Cylindrical-coordinate representation of color #6BFFD3: hue angle of 162.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFD3 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 211 | - |
| CMYK | 0.58 | 0 | 0.17 | 0 |
| HSL | 162.16º | 1% | 0.71% | - |
| HSV(B) | 162.16º | 0.58% | 1% | - |
| XYZ | 53.58 | 79.35 | 74.12 | - |
| YUV | 205.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 211 | 0.58 | 0 | 0.17 | 0 | 162.16 | 1 | 0.71 |
| Hex | 6B | FF | D3 | 3A | 0 | 11 | 0 | A2 | 64 | 47 |
| Octal | 153 | 377 | 323 | 72 | 0 | 21 | 0 | 242 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11010011 | 111010 | 0 | 10001 | 0 | 10100010 | 1100100 | 1000111 |
Color Harmonies of #6BFFD3
Complementary color
Monochromatic Colors of #6BFFD3
Black with #6BFFD3
Text Example
Text Example
White with #6BFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFD3; }
p { color: rgb(107,255,211); }
H1.HeaderClassName
{
color: #6BFFD3;
}
.AnyTagClassName
{
color: #6BFFD3;
}
</style>
background-color css
<style>
a { background-color: #6BFFD3; }
a { background-color: rgb(107,255,211); }
div.DivClassName
{
background-color: #6BFFD3;
}
.BgClassName
{
background-color: #6BFFD3;
}
</style>
border-color css
<style>
span { border-color: #6BFFD3; }
span { border-color: rgb(107,255,211); }
td.TdClassName
{
border-color: #6BFFD3;
}
.TagClassName
{
border-color: #6BFFD3;
}
</style>