Shades of Aquamarine #6AFBC2
Tints of Aquamarine #6AFBC2
RGB
CMYK
RGB Variations
Color information
#6AFBC2 (or 0x6AFBC2) is known color: Aquamarine. HEX triplet: 6A, FB and C2. RGB value is (106,251,194). Sum of RGB (Red+Green+Blue) = 106+251+194=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBC2 is #95043D. Grayscale: #C9C9C9. Windows color (decimal): -9765950 or 12778346. OLE color: 12778346.
HSL color Cylindrical-coordinate representation of color #6AFBC2: hue angle of 156.41º 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 #6AFBC2 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 194 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.02 |
| HSL | 156.41º | 0.95% | 0.7% | - |
| HSV(B) | 156.41º | 0.58% | 0.98% | - |
| XYZ | 50.18 | 75.95 | 63.05 | - |
| YUV | 201.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 194 | 0.58 | 0 | 0.23 | 0.02 | 156.41 | 0.95 | 0.7 |
| Hex | 6A | FB | C2 | 3A | 0 | 17 | 2 | 9C | 5F | 46 |
| Octal | 152 | 373 | 302 | 72 | 0 | 27 | 2 | 234 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11000010 | 111010 | 0 | 10111 | 10 | 10011100 | 1011111 | 1000110 |
Color Harmonies of #6AFBC2
Complementary color
Monochromatic Colors of #6AFBC2
Black with #6AFBC2
Text Example
Text Example
White with #6AFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBC2; }
p { color: rgb(106,251,194); }
H1.HeaderClassName
{
color: #6AFBC2;
}
.AnyTagClassName
{
color: #6AFBC2;
}
</style>
background-color css
<style>
a { background-color: #6AFBC2; }
a { background-color: rgb(106,251,194); }
div.DivClassName
{
background-color: #6AFBC2;
}
.BgClassName
{
background-color: #6AFBC2;
}
</style>
border-color css
<style>
span { border-color: #6AFBC2; }
span { border-color: rgb(106,251,194); }
td.TdClassName
{
border-color: #6AFBC2;
}
.TagClassName
{
border-color: #6AFBC2;
}
</style>