Shades of Aquamarine #6BFCD1
Tints of Aquamarine #6BFCD1
RGB
CMYK
RGB Variations
Color information
#6BFCD1 (or 0x6BFCD1) is known color: Aquamarine. HEX triplet: 6B, FC and D1. RGB value is (107,252,209). Sum of RGB (Red+Green+Blue) = 107+252+209=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCD1 is #94032E. Grayscale: #CBCBCB. Windows color (decimal): -9700143 or 13761643. OLE color: 13761643.
HSL color Cylindrical-coordinate representation of color #6BFCD1: hue angle of 162.21º 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 #6BFCD1 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 209 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.01 |
| HSL | 162.21º | 0.96% | 0.7% | - |
| HSV(B) | 162.21º | 0.58% | 0.99% | - |
| XYZ | 52.38 | 77.35 | 72.49 | - |
| YUV | 203.74 | 130.96 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 209 | 0.58 | 0 | 0.17 | 0.01 | 162.21 | 0.96 | 0.7 |
| Hex | 6B | FC | D1 | 3A | 0 | 11 | 1 | A2 | 60 | 46 |
| Octal | 153 | 374 | 321 | 72 | 0 | 21 | 1 | 242 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11010001 | 111010 | 0 | 10001 | 1 | 10100010 | 1100000 | 1000110 |
Color Harmonies of #6BFCD1
Complementary color
Monochromatic Colors of #6BFCD1
Black with #6BFCD1
Text Example
Text Example
White with #6BFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCD1; }
p { color: rgb(107,252,209); }
H1.HeaderClassName
{
color: #6BFCD1;
}
.AnyTagClassName
{
color: #6BFCD1;
}
</style>
background-color css
<style>
a { background-color: #6BFCD1; }
a { background-color: rgb(107,252,209); }
div.DivClassName
{
background-color: #6BFCD1;
}
.BgClassName
{
background-color: #6BFCD1;
}
</style>
border-color css
<style>
span { border-color: #6BFCD1; }
span { border-color: rgb(107,252,209); }
td.TdClassName
{
border-color: #6BFCD1;
}
.TagClassName
{
border-color: #6BFCD1;
}
</style>