Shades of Aquamarine #6FFBDA
Tints of Aquamarine #6FFBDA
RGB
CMYK
RGB Variations
Color information
#6FFBDA (or 0x6FFBDA) is known color: Aquamarine. HEX triplet: 6F, FB and DA. RGB value is (111,251,218). Sum of RGB (Red+Green+Blue) = 111+251+218=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBDA is #900425. Grayscale: #CDCDCD. Windows color (decimal): -9438246 or 14351215. OLE color: 14351215.
HSL color Cylindrical-coordinate representation of color #6FFBDA: hue angle of 165.86º 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 #6FFBDA is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 218 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.02 |
| HSL | 165.86º | 0.95% | 0.71% | - |
| HSV(B) | 165.86º | 0.56% | 0.98% | - |
| XYZ | 53.71 | 77.44 | 78.45 | - |
| YUV | 205.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 218 | 0.56 | 0 | 0.13 | 0.02 | 165.86 | 0.95 | 0.71 |
| Hex | 6F | FB | DA | 38 | 0 | D | 2 | A6 | 5F | 47 |
| Octal | 157 | 373 | 332 | 70 | 0 | 15 | 2 | 246 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11011010 | 111000 | 0 | 1101 | 10 | 10100110 | 1011111 | 1000111 |
Color Harmonies of #6FFBDA
Complementary color
Monochromatic Colors of #6FFBDA
Black with #6FFBDA
Text Example
Text Example
White with #6FFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBDA; }
p { color: rgb(111,251,218); }
H1.HeaderClassName
{
color: #6FFBDA;
}
.AnyTagClassName
{
color: #6FFBDA;
}
</style>
background-color css
<style>
a { background-color: #6FFBDA; }
a { background-color: rgb(111,251,218); }
div.DivClassName
{
background-color: #6FFBDA;
}
.BgClassName
{
background-color: #6FFBDA;
}
</style>
border-color css
<style>
span { border-color: #6FFBDA; }
span { border-color: rgb(111,251,218); }
td.TdClassName
{
border-color: #6FFBDA;
}
.TagClassName
{
border-color: #6FFBDA;
}
</style>