Shades of Aquamarine #6AFBC6
Tints of Aquamarine #6AFBC6
RGB
CMYK
RGB Variations
Color information
#6AFBC6 (or 0x6AFBC6) is known color: Aquamarine. HEX triplet: 6A, FB and C6. RGB value is (106,251,198). Sum of RGB (Red+Green+Blue) = 106+251+198=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBC6 is #950439. Grayscale: #C9C9C9. Windows color (decimal): -9765946 or 13040490. OLE color: 13040490.
HSL color Cylindrical-coordinate representation of color #6AFBC6: hue angle of 158.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBC6 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 198 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.02 |
| HSL | 158.07º | 0.95% | 0.7% | - |
| HSV(B) | 158.07º | 0.58% | 0.98% | - |
| XYZ | 50.63 | 76.14 | 65.45 | - |
| YUV | 201.6 | 125.96 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 198 | 0.58 | 0 | 0.21 | 0.02 | 158.07 | 0.95 | 0.7 |
| Hex | 6A | FB | C6 | 3A | 0 | 15 | 2 | 9E | 5F | 46 |
| Octal | 152 | 373 | 306 | 72 | 0 | 25 | 2 | 236 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11000110 | 111010 | 0 | 10101 | 10 | 10011110 | 1011111 | 1000110 |
Color Harmonies of #6AFBC6
Complementary color
Monochromatic Colors of #6AFBC6
Black with #6AFBC6
Text Example
Text Example
White with #6AFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBC6; }
p { color: rgb(106,251,198); }
H1.HeaderClassName
{
color: #6AFBC6;
}
.AnyTagClassName
{
color: #6AFBC6;
}
</style>
background-color css
<style>
a { background-color: #6AFBC6; }
a { background-color: rgb(106,251,198); }
div.DivClassName
{
background-color: #6AFBC6;
}
.BgClassName
{
background-color: #6AFBC6;
}
</style>
border-color css
<style>
span { border-color: #6AFBC6; }
span { border-color: rgb(106,251,198); }
td.TdClassName
{
border-color: #6AFBC6;
}
.TagClassName
{
border-color: #6AFBC6;
}
</style>