Shades of Aquamarine #6BFDDF
Tints of Aquamarine #6BFDDF
RGB
CMYK
RGB Variations
Color information
#6BFDDF (or 0x6BFDDF) is known color: Aquamarine. HEX triplet: 6B, FD and DF. RGB value is (107,253,223). Sum of RGB (Red+Green+Blue) = 107+253+223=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFDDF is #940220. Grayscale: #CDCDCD. Windows color (decimal): -9699873 or 14679403. OLE color: 14679403.
HSL color Cylindrical-coordinate representation of color #6BFDDF: hue angle of 167.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDDF is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 223 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.01 |
| HSL | 167.67º | 0.97% | 0.71% | - |
| HSV(B) | 167.67º | 0.58% | 0.99% | - |
| XYZ | 54.51 | 78.7 | 82.13 | - |
| YUV | 205.93 | 137.63 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 223 | 0.58 | 0 | 0.12 | 0.01 | 167.67 | 0.97 | 0.71 |
| Hex | 6B | FD | DF | 3A | 0 | C | 1 | A8 | 61 | 47 |
| Octal | 153 | 375 | 337 | 72 | 0 | 14 | 1 | 250 | 141 | 107 |
| Binary | 1101011 | 11111101 | 11011111 | 111010 | 0 | 1100 | 1 | 10101000 | 1100001 | 1000111 |
Color Harmonies of #6BFDDF
Complementary color
Monochromatic Colors of #6BFDDF
Black with #6BFDDF
Text Example
Text Example
White with #6BFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDDF; }
p { color: rgb(107,253,223); }
H1.HeaderClassName
{
color: #6BFDDF;
}
.AnyTagClassName
{
color: #6BFDDF;
}
</style>
background-color css
<style>
a { background-color: #6BFDDF; }
a { background-color: rgb(107,253,223); }
div.DivClassName
{
background-color: #6BFDDF;
}
.BgClassName
{
background-color: #6BFDDF;
}
</style>
border-color css
<style>
span { border-color: #6BFDDF; }
span { border-color: rgb(107,253,223); }
td.TdClassName
{
border-color: #6BFDDF;
}
.TagClassName
{
border-color: #6BFDDF;
}
</style>