Shades of Aquamarine #6BFBDC
Tints of Aquamarine #6BFBDC
RGB
CMYK
RGB Variations
Color information
#6BFBDC (or 0x6BFBDC) is known color: Aquamarine. HEX triplet: 6B, FB and DC. RGB value is (107,251,220). Sum of RGB (Red+Green+Blue) = 107+251+220=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFBDC is #940423. Grayscale: #CCCCCC. Windows color (decimal): -9700388 or 14482283. OLE color: 14482283.
HSL color Cylindrical-coordinate representation of color #6BFBDC: hue angle of 167.08º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBDC is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 251 | 220 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.02 |
| HSL | 167.08º | 0.95% | 0.7% | - |
| HSV(B) | 167.08º | 0.57% | 0.98% | - |
| XYZ | 53.48 | 77.29 | 79.81 | - |
| YUV | 204.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 251 | 220 | 0.57 | 0 | 0.12 | 0.02 | 167.08 | 0.95 | 0.7 |
| Hex | 6B | FB | DC | 39 | 0 | C | 2 | A7 | 5F | 46 |
| Octal | 153 | 373 | 334 | 71 | 0 | 14 | 2 | 247 | 137 | 106 |
| Binary | 1101011 | 11111011 | 11011100 | 111001 | 0 | 1100 | 10 | 10100111 | 1011111 | 1000110 |
Color Harmonies of #6BFBDC
Complementary color
Monochromatic Colors of #6BFBDC
Black with #6BFBDC
Text Example
Text Example
White with #6BFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFBDC; }
p { color: rgb(107,251,220); }
H1.HeaderClassName
{
color: #6BFBDC;
}
.AnyTagClassName
{
color: #6BFBDC;
}
</style>
background-color css
<style>
a { background-color: #6BFBDC; }
a { background-color: rgb(107,251,220); }
div.DivClassName
{
background-color: #6BFBDC;
}
.BgClassName
{
background-color: #6BFBDC;
}
</style>
border-color css
<style>
span { border-color: #6BFBDC; }
span { border-color: rgb(107,251,220); }
td.TdClassName
{
border-color: #6BFBDC;
}
.TagClassName
{
border-color: #6BFBDC;
}
</style>