Shades of Aquamarine #6DF8BD
Tints of Aquamarine #6DF8BD
RGB
CMYK
RGB Variations
Color information
#6DF8BD (or 0x6DF8BD) is known color: Aquamarine. HEX triplet: 6D, F8 and BD. RGB value is (109,248,189). Sum of RGB (Red+Green+Blue) = 109+248+189=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF8BD is #920742. Grayscale: #C7C7C7. Windows color (decimal): -9570115 or 12449901. OLE color: 12449901.
HSL color Cylindrical-coordinate representation of color #6DF8BD: hue angle of 154.53º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF8BD is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 248 | 189 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.03 |
| HSL | 154.53º | 0.91% | 0.7% | - |
| HSV(B) | 154.53º | 0.56% | 0.97% | - |
| XYZ | 49.06 | 74.06 | 59.85 | - |
| YUV | 199.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 248 | 189 | 0.56 | 0 | 0.24 | 0.03 | 154.53 | 0.91 | 0.7 |
| Hex | 6D | F8 | BD | 38 | 0 | 18 | 3 | 9B | 5B | 46 |
| Octal | 155 | 370 | 275 | 70 | 0 | 30 | 3 | 233 | 133 | 106 |
| Binary | 1101101 | 11111000 | 10111101 | 111000 | 0 | 11000 | 11 | 10011011 | 1011011 | 1000110 |
Color Harmonies of #6DF8BD
Complementary color
Monochromatic Colors of #6DF8BD
Black with #6DF8BD
Text Example
Text Example
White with #6DF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF8BD; }
p { color: rgb(109,248,189); }
H1.HeaderClassName
{
color: #6DF8BD;
}
.AnyTagClassName
{
color: #6DF8BD;
}
</style>
background-color css
<style>
a { background-color: #6DF8BD; }
a { background-color: rgb(109,248,189); }
div.DivClassName
{
background-color: #6DF8BD;
}
.BgClassName
{
background-color: #6DF8BD;
}
</style>
border-color css
<style>
span { border-color: #6DF8BD; }
span { border-color: rgb(109,248,189); }
td.TdClassName
{
border-color: #6DF8BD;
}
.TagClassName
{
border-color: #6DF8BD;
}
</style>