Shades of Aquamarine #6FFBDB
Tints of Aquamarine #6FFBDB
RGB
CMYK
RGB Variations
Color information
#6FFBDB (or 0x6FFBDB) is known color: Aquamarine. HEX triplet: 6F, FB and DB. RGB value is (111,251,219). Sum of RGB (Red+Green+Blue) = 111+251+219=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBDB is #900424. Grayscale: #CDCDCD. Windows color (decimal): -9438245 or 14416751. OLE color: 14416751.
HSL color Cylindrical-coordinate representation of color #6FFBDB: hue angle of 166.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBDB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 219 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.02 |
| HSL | 166.29º | 0.95% | 0.71% | - |
| HSV(B) | 166.29º | 0.56% | 0.98% | - |
| XYZ | 53.84 | 77.49 | 79.14 | - |
| YUV | 205.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 219 | 0.56 | 0 | 0.13 | 0.02 | 166.29 | 0.95 | 0.71 |
| Hex | 6F | FB | DB | 38 | 0 | D | 2 | A6 | 5F | 47 |
| Octal | 157 | 373 | 333 | 70 | 0 | 15 | 2 | 246 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11011011 | 111000 | 0 | 1101 | 10 | 10100110 | 1011111 | 1000111 |
Color Harmonies of #6FFBDB
Complementary color
Monochromatic Colors of #6FFBDB
Black with #6FFBDB
Text Example
Text Example
White with #6FFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBDB; }
p { color: rgb(111,251,219); }
H1.HeaderClassName
{
color: #6FFBDB;
}
.AnyTagClassName
{
color: #6FFBDB;
}
</style>
background-color css
<style>
a { background-color: #6FFBDB; }
a { background-color: rgb(111,251,219); }
div.DivClassName
{
background-color: #6FFBDB;
}
.BgClassName
{
background-color: #6FFBDB;
}
</style>
border-color css
<style>
span { border-color: #6FFBDB; }
span { border-color: rgb(111,251,219); }
td.TdClassName
{
border-color: #6FFBDB;
}
.TagClassName
{
border-color: #6FFBDB;
}
</style>