Shades of Aquamarine #6BFCCF
Tints of Aquamarine #6BFCCF
RGB
CMYK
RGB Variations
Color information
#6BFCCF (or 0x6BFCCF) is known color: Aquamarine. HEX triplet: 6B, FC and CF. RGB value is (107,252,207). Sum of RGB (Red+Green+Blue) = 107+252+207=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCCF is #940330. Grayscale: #CBCBCB. Windows color (decimal): -9700145 or 13630571. OLE color: 13630571.
HSL color Cylindrical-coordinate representation of color #6BFCCF: hue angle of 161.38º 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 #6BFCCF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 207 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.01 |
| HSL | 161.38º | 0.96% | 0.7% | - |
| HSV(B) | 161.38º | 0.58% | 0.99% | - |
| XYZ | 52.14 | 77.25 | 71.19 | - |
| YUV | 203.52 | 129.96 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 207 | 0.58 | 0 | 0.18 | 0.01 | 161.38 | 0.96 | 0.7 |
| Hex | 6B | FC | CF | 3A | 0 | 12 | 1 | A1 | 60 | 46 |
| Octal | 153 | 374 | 317 | 72 | 0 | 22 | 1 | 241 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11001111 | 111010 | 0 | 10010 | 1 | 10100001 | 1100000 | 1000110 |
Color Harmonies of #6BFCCF
Complementary color
Monochromatic Colors of #6BFCCF
Black with #6BFCCF
Text Example
Text Example
White with #6BFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCCF; }
p { color: rgb(107,252,207); }
H1.HeaderClassName
{
color: #6BFCCF;
}
.AnyTagClassName
{
color: #6BFCCF;
}
</style>
background-color css
<style>
a { background-color: #6BFCCF; }
a { background-color: rgb(107,252,207); }
div.DivClassName
{
background-color: #6BFCCF;
}
.BgClassName
{
background-color: #6BFCCF;
}
</style>
border-color css
<style>
span { border-color: #6BFCCF; }
span { border-color: rgb(107,252,207); }
td.TdClassName
{
border-color: #6BFCCF;
}
.TagClassName
{
border-color: #6BFCCF;
}
</style>