Shades of Aquamarine #6BFCD7
Tints of Aquamarine #6BFCD7
RGB
CMYK
RGB Variations
Color information
#6BFCD7 (or 0x6BFCD7) is known color: Aquamarine. HEX triplet: 6B, FC and D7. RGB value is (107,252,215). Sum of RGB (Red+Green+Blue) = 107+252+215=574 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.64% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCD7 is #940328. Grayscale: #CCCCCC. Windows color (decimal): -9700137 or 14154859. OLE color: 14154859.
HSL color Cylindrical-coordinate representation of color #6BFCD7: hue angle of 164.69º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCD7 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 215 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.01 |
| HSL | 164.69º | 0.96% | 0.7% | - |
| HSV(B) | 164.69º | 0.58% | 0.99% | - |
| XYZ | 53.14 | 77.65 | 76.48 | - |
| YUV | 204.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 215 | 0.58 | 0 | 0.15 | 0.01 | 164.69 | 0.96 | 0.7 |
| Hex | 6B | FC | D7 | 3A | 0 | F | 1 | A5 | 60 | 46 |
| Octal | 153 | 374 | 327 | 72 | 0 | 17 | 1 | 245 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11010111 | 111010 | 0 | 1111 | 1 | 10100101 | 1100000 | 1000110 |
Color Harmonies of #6BFCD7
Complementary color
Monochromatic Colors of #6BFCD7
Black with #6BFCD7
Text Example
Text Example
White with #6BFCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCD7; }
p { color: rgb(107,252,215); }
H1.HeaderClassName
{
color: #6BFCD7;
}
.AnyTagClassName
{
color: #6BFCD7;
}
</style>
background-color css
<style>
a { background-color: #6BFCD7; }
a { background-color: rgb(107,252,215); }
div.DivClassName
{
background-color: #6BFCD7;
}
.BgClassName
{
background-color: #6BFCD7;
}
</style>
border-color css
<style>
span { border-color: #6BFCD7; }
span { border-color: rgb(107,252,215); }
td.TdClassName
{
border-color: #6BFCD7;
}
.TagClassName
{
border-color: #6BFCD7;
}
</style>