Shades of Aquamarine #6DFBDF
Tints of Aquamarine #6DFBDF
RGB
CMYK
RGB Variations
Color information
#6DFBDF (or 0x6DFBDF) is known color: Aquamarine. HEX triplet: 6D, FB and DF. RGB value is (109,251,223). Sum of RGB (Red+Green+Blue) = 109+251+223=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDF is #920420. Grayscale: #CDCDCD. Windows color (decimal): -9569313 or 14678893. OLE color: 14678893.
HSL color Cylindrical-coordinate representation of color #6DFBDF: hue angle of 168.17º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFBDF is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 251 | 223 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.02 |
| HSL | 168.17º | 0.95% | 0.71% | - |
| HSV(B) | 168.17º | 0.57% | 0.98% | - |
| XYZ | 54.12 | 77.57 | 81.93 | - |
| YUV | 205.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 251 | 223 | 0.57 | 0 | 0.11 | 0.02 | 168.17 | 0.95 | 0.71 |
| Hex | 6D | FB | DF | 39 | 0 | B | 2 | A8 | 5F | 47 |
| Octal | 155 | 373 | 337 | 71 | 0 | 13 | 2 | 250 | 137 | 107 |
| Binary | 1101101 | 11111011 | 11011111 | 111001 | 0 | 1011 | 10 | 10101000 | 1011111 | 1000111 |
Color Harmonies of #6DFBDF
Complementary color
Monochromatic Colors of #6DFBDF
Black with #6DFBDF
Text Example
Text Example
White with #6DFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFBDF; }
p { color: rgb(109,251,223); }
H1.HeaderClassName
{
color: #6DFBDF;
}
.AnyTagClassName
{
color: #6DFBDF;
}
</style>
background-color css
<style>
a { background-color: #6DFBDF; }
a { background-color: rgb(109,251,223); }
div.DivClassName
{
background-color: #6DFBDF;
}
.BgClassName
{
background-color: #6DFBDF;
}
</style>
border-color css
<style>
span { border-color: #6DFBDF; }
span { border-color: rgb(109,251,223); }
td.TdClassName
{
border-color: #6DFBDF;
}
.TagClassName
{
border-color: #6DFBDF;
}
</style>