Shades of Aquamarine #6CFBAF
Tints of Aquamarine #6CFBAF
RGB
CMYK
RGB Variations
Color information
#6CFBAF (or 0x6CFBAF) is known color: Aquamarine. HEX triplet: 6C, FB and AF. RGB value is (108,251,175). Sum of RGB (Red+Green+Blue) = 108+251+175=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFBAF is #930450. Grayscale: #C7C7C7. Windows color (decimal): -9634897 or 11533164. OLE color: 11533164.
HSL color Cylindrical-coordinate representation of color #6CFBAF: hue angle of 148.11º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFBAF is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 175 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.02 |
| HSL | 148.11º | 0.95% | 0.7% | - |
| HSV(B) | 148.11º | 0.57% | 0.98% | - |
| XYZ | 48.42 | 75.28 | 52.54 | - |
| YUV | 199.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 175 | 0.57 | 0 | 0.30 | 0.02 | 148.11 | 0.95 | 0.7 |
| Hex | 6C | FB | AF | 39 | 0 | 1E | 2 | 94 | 5F | 46 |
| Octal | 154 | 373 | 257 | 71 | 0 | 36 | 2 | 224 | 137 | 106 |
| Binary | 1101100 | 11111011 | 10101111 | 111001 | 0 | 11110 | 10 | 10010100 | 1011111 | 1000110 |
Color Harmonies of #6CFBAF
Complementary color
Monochromatic Colors of #6CFBAF
Black with #6CFBAF
Text Example
Text Example
White with #6CFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFBAF; }
p { color: rgb(108,251,175); }
H1.HeaderClassName
{
color: #6CFBAF;
}
.AnyTagClassName
{
color: #6CFBAF;
}
</style>
background-color css
<style>
a { background-color: #6CFBAF; }
a { background-color: rgb(108,251,175); }
div.DivClassName
{
background-color: #6CFBAF;
}
.BgClassName
{
background-color: #6CFBAF;
}
</style>
border-color css
<style>
span { border-color: #6CFBAF; }
span { border-color: rgb(108,251,175); }
td.TdClassName
{
border-color: #6CFBAF;
}
.TagClassName
{
border-color: #6CFBAF;
}
</style>