Shades of Aquamarine #6FEBD3
Tints of Aquamarine #6FEBD3
RGB
CMYK
RGB Variations
Color information
#6FEBD3 (or 0x6FEBD3) is known color: Aquamarine. HEX triplet: 6F, EB and D3. RGB value is (111,235,211). Sum of RGB (Red+Green+Blue) = 111+235+211=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBD3 is #90142C. Grayscale: #C3C3C3. Windows color (decimal): -9442349 or 13888367. OLE color: 13888367.
HSL color Cylindrical-coordinate representation of color #6FEBD3: hue angle of 168.39º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBD3 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 211 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.08 |
| HSL | 168.39º | 0.76% | 0.68% | - |
| HSV(B) | 168.39º | 0.53% | 0.92% | - |
| XYZ | 48.02 | 67.5 | 72.13 | - |
| YUV | 195.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 211 | 0.53 | 0 | 0.10 | 0.08 | 168.39 | 0.76 | 0.68 |
| Hex | 6F | EB | D3 | 35 | 0 | A | 8 | A8 | 4C | 44 |
| Octal | 157 | 353 | 323 | 65 | 0 | 12 | 10 | 250 | 114 | 104 |
| Binary | 1101111 | 11101011 | 11010011 | 110101 | 0 | 1010 | 1000 | 10101000 | 1001100 | 1000100 |
Color Harmonies of #6FEBD3
Complementary color
Monochromatic Colors of #6FEBD3
Black with #6FEBD3
Text Example
Text Example
White with #6FEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBD3; }
p { color: rgb(111,235,211); }
H1.HeaderClassName
{
color: #6FEBD3;
}
.AnyTagClassName
{
color: #6FEBD3;
}
</style>
background-color css
<style>
a { background-color: #6FEBD3; }
a { background-color: rgb(111,235,211); }
div.DivClassName
{
background-color: #6FEBD3;
}
.BgClassName
{
background-color: #6FEBD3;
}
</style>
border-color css
<style>
span { border-color: #6FEBD3; }
span { border-color: rgb(111,235,211); }
td.TdClassName
{
border-color: #6FEBD3;
}
.TagClassName
{
border-color: #6FEBD3;
}
</style>