Shades of Aquamarine #6BFCE2
Tints of Aquamarine #6BFCE2
RGB
CMYK
RGB Variations
Color information
#6BFCE2 (or 0x6BFCE2) is known color: Aquamarine. HEX triplet: 6B, FC and E2. RGB value is (107,252,226). Sum of RGB (Red+Green+Blue) = 107+252+226=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCE2 is #94031D. Grayscale: #CDCDCD. Windows color (decimal): -9700126 or 14875755. OLE color: 14875755.
HSL color Cylindrical-coordinate representation of color #6BFCE2: hue angle of 169.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCE2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 226 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.01 |
| HSL | 169.24º | 0.96% | 0.7% | - |
| HSV(B) | 169.24º | 0.58% | 0.99% | - |
| XYZ | 54.6 | 78.24 | 84.18 | - |
| YUV | 205.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 226 | 0.58 | 0 | 0.10 | 0.01 | 169.24 | 0.96 | 0.7 |
| Hex | 6B | FC | E2 | 3A | 0 | A | 1 | A9 | 60 | 46 |
| Octal | 153 | 374 | 342 | 72 | 0 | 12 | 1 | 251 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11100010 | 111010 | 0 | 1010 | 1 | 10101001 | 1100000 | 1000110 |
Color Harmonies of #6BFCE2
Complementary color
Monochromatic Colors of #6BFCE2
Black with #6BFCE2
Text Example
Text Example
White with #6BFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCE2; }
p { color: rgb(107,252,226); }
H1.HeaderClassName
{
color: #6BFCE2;
}
.AnyTagClassName
{
color: #6BFCE2;
}
</style>
background-color css
<style>
a { background-color: #6BFCE2; }
a { background-color: rgb(107,252,226); }
div.DivClassName
{
background-color: #6BFCE2;
}
.BgClassName
{
background-color: #6BFCE2;
}
</style>
border-color css
<style>
span { border-color: #6BFCE2; }
span { border-color: rgb(107,252,226); }
td.TdClassName
{
border-color: #6BFCE2;
}
.TagClassName
{
border-color: #6BFCE2;
}
</style>