Shades of Aquamarine #6BFCCD
Tints of Aquamarine #6BFCCD
RGB
CMYK
RGB Variations
Color information
#6BFCCD (or 0x6BFCCD) is known color: Aquamarine. HEX triplet: 6B, FC and CD. RGB value is (107,252,205). Sum of RGB (Red+Green+Blue) = 107+252+205=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCCD is #940332. Grayscale: #CBCBCB. Windows color (decimal): -9700147 or 13499499. OLE color: 13499499.
HSL color Cylindrical-coordinate representation of color #6BFCCD: hue angle of 160.55º 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 #6BFCCD is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 205 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.01 |
| HSL | 160.55º | 0.96% | 0.7% | - |
| HSV(B) | 160.55º | 0.58% | 0.99% | - |
| XYZ | 51.89 | 77.15 | 69.91 | - |
| YUV | 203.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 205 | 0.58 | 0 | 0.19 | 0.01 | 160.55 | 0.96 | 0.7 |
| Hex | 6B | FC | CD | 3A | 0 | 13 | 1 | A1 | 60 | 46 |
| Octal | 153 | 374 | 315 | 72 | 0 | 23 | 1 | 241 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11001101 | 111010 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000110 |
Color Harmonies of #6BFCCD
Complementary color
Monochromatic Colors of #6BFCCD
Black with #6BFCCD
Text Example
Text Example
White with #6BFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCCD; }
p { color: rgb(107,252,205); }
H1.HeaderClassName
{
color: #6BFCCD;
}
.AnyTagClassName
{
color: #6BFCCD;
}
</style>
background-color css
<style>
a { background-color: #6BFCCD; }
a { background-color: rgb(107,252,205); }
div.DivClassName
{
background-color: #6BFCCD;
}
.BgClassName
{
background-color: #6BFCCD;
}
</style>
border-color css
<style>
span { border-color: #6BFCCD; }
span { border-color: rgb(107,252,205); }
td.TdClassName
{
border-color: #6BFCCD;
}
.TagClassName
{
border-color: #6BFCCD;
}
</style>