Shades of Aquamarine #6BFDD4
Tints of Aquamarine #6BFDD4
RGB
CMYK
RGB Variations
Color information
#6BFDD4 (or 0x6BFDD4) is known color: Aquamarine. HEX triplet: 6B, FD and D4. RGB value is (107,253,212). Sum of RGB (Red+Green+Blue) = 107+253+212=572 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.71% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDD4 is #94022B. Grayscale: #CCCCCC. Windows color (decimal): -9699884 or 13958507. OLE color: 13958507.
HSL color Cylindrical-coordinate representation of color #6BFDD4: hue angle of 163.15º 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 #6BFDD4 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 212 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.01 |
| HSL | 163.15º | 0.97% | 0.71% | - |
| HSV(B) | 163.15º | 0.58% | 0.99% | - |
| XYZ | 53.07 | 78.13 | 74.57 | - |
| YUV | 204.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 212 | 0.58 | 0 | 0.16 | 0.01 | 163.15 | 0.97 | 0.71 |
| Hex | 6B | FD | D4 | 3A | 0 | 10 | 1 | A3 | 61 | 47 |
| Octal | 153 | 375 | 324 | 72 | 0 | 20 | 1 | 243 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11010100 | 111010 | 0 | 10000 | 1 | 10100011 | 1100001 | 1000111 |
Color Harmonies of #6BFDD4
Complementary color
Monochromatic Colors of #6BFDD4
Black with #6BFDD4
Text Example
Text Example
White with #6BFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDD4; }
p { color: rgb(107,253,212); }
H1.HeaderClassName
{
color: #6BFDD4;
}
.AnyTagClassName
{
color: #6BFDD4;
}
</style>
background-color css
<style>
a { background-color: #6BFDD4; }
a { background-color: rgb(107,253,212); }
div.DivClassName
{
background-color: #6BFDD4;
}
.BgClassName
{
background-color: #6BFDD4;
}
</style>
border-color css
<style>
span { border-color: #6BFDD4; }
span { border-color: rgb(107,253,212); }
td.TdClassName
{
border-color: #6BFDD4;
}
.TagClassName
{
border-color: #6BFDD4;
}
</style>