Shades of Aquamarine #6BFADF
Tints of Aquamarine #6BFADF
RGB
CMYK
RGB Variations
Color information
#6BFADF (or 0x6BFADF) is known color: Aquamarine. HEX triplet: 6B, FA and DF. RGB value is (107,250,223). Sum of RGB (Red+Green+Blue) = 107+250+223=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFADF is #940520. Grayscale: #CCCCCC. Windows color (decimal): -9700641 or 14678635. OLE color: 14678635.
HSL color Cylindrical-coordinate representation of color #6BFADF: hue angle of 168.67º degrees, saturation: 0.93, 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 #6BFADF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 223 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.02 |
| HSL | 168.67º | 0.93% | 0.7% | - |
| HSV(B) | 168.67º | 0.57% | 0.98% | - |
| XYZ | 53.57 | 76.82 | 81.82 | - |
| YUV | 204.17 | 138.62 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 223 | 0.57 | 0 | 0.11 | 0.02 | 168.67 | 0.93 | 0.7 |
| Hex | 6B | FA | DF | 39 | 0 | B | 2 | A9 | 5D | 46 |
| Octal | 153 | 372 | 337 | 71 | 0 | 13 | 2 | 251 | 135 | 106 |
| Binary | 1101011 | 11111010 | 11011111 | 111001 | 0 | 1011 | 10 | 10101001 | 1011101 | 1000110 |
Color Harmonies of #6BFADF
Complementary color
Monochromatic Colors of #6BFADF
Black with #6BFADF
Text Example
Text Example
White with #6BFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFADF; }
p { color: rgb(107,250,223); }
H1.HeaderClassName
{
color: #6BFADF;
}
.AnyTagClassName
{
color: #6BFADF;
}
</style>
background-color css
<style>
a { background-color: #6BFADF; }
a { background-color: rgb(107,250,223); }
div.DivClassName
{
background-color: #6BFADF;
}
.BgClassName
{
background-color: #6BFADF;
}
</style>
border-color css
<style>
span { border-color: #6BFADF; }
span { border-color: rgb(107,250,223); }
td.TdClassName
{
border-color: #6BFADF;
}
.TagClassName
{
border-color: #6BFADF;
}
</style>