Shades of Aquamarine #6BFED2
Tints of Aquamarine #6BFED2
RGB
CMYK
RGB Variations
Color information
#6BFED2 (or 0x6BFED2) is known color: Aquamarine. HEX triplet: 6B, FE and D2. RGB value is (107,254,210). Sum of RGB (Red+Green+Blue) = 107+254+210=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFED2 is #94012D. Grayscale: #CDCDCD. Windows color (decimal): -9699630 or 13827691. OLE color: 13827691.
HSL color Cylindrical-coordinate representation of color #6BFED2: hue angle of 162.04º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFED2 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 210 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.00 |
| HSL | 162.04º | 0.99% | 0.71% | - |
| HSV(B) | 162.04º | 0.58% | 1% | - |
| XYZ | 53.14 | 78.66 | 73.36 | - |
| YUV | 205.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 210 | 0.58 | 0 | 0.17 | 0.00 | 162.04 | 0.99 | 0.71 |
| Hex | 6B | FE | D2 | 3A | 0 | 11 | 0 | A2 | 63 | 47 |
| Octal | 153 | 376 | 322 | 72 | 0 | 21 | 0 | 242 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11010010 | 111010 | 0 | 10001 | 0 | 10100010 | 1100011 | 1000111 |
Color Harmonies of #6BFED2
Complementary color
Monochromatic Colors of #6BFED2
Black with #6BFED2
Text Example
Text Example
White with #6BFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFED2; }
p { color: rgb(107,254,210); }
H1.HeaderClassName
{
color: #6BFED2;
}
.AnyTagClassName
{
color: #6BFED2;
}
</style>
background-color css
<style>
a { background-color: #6BFED2; }
a { background-color: rgb(107,254,210); }
div.DivClassName
{
background-color: #6BFED2;
}
.BgClassName
{
background-color: #6BFED2;
}
</style>
border-color css
<style>
span { border-color: #6BFED2; }
span { border-color: rgb(107,254,210); }
td.TdClassName
{
border-color: #6BFED2;
}
.TagClassName
{
border-color: #6BFED2;
}
</style>