Shades of Aquamarine #6CF1CF
Tints of Aquamarine #6CF1CF
RGB
CMYK
RGB Variations
Color information
#6CF1CF (or 0x6CF1CF) is known color: Aquamarine. HEX triplet: 6C, F1 and CF. RGB value is (108,241,207). Sum of RGB (Red+Green+Blue) = 108+241+207=556 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.42% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1CF is #930E30. Grayscale: #C5C5C5. Windows color (decimal): -9637425 or 13627756. OLE color: 13627756.
HSL color Cylindrical-coordinate representation of color #6CF1CF: hue angle of 164.66º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1CF is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 207 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.05 |
| HSL | 164.66º | 0.83% | 0.68% | - |
| HSV(B) | 164.66º | 0.55% | 0.95% | - |
| XYZ | 48.9 | 70.6 | 70.08 | - |
| YUV | 197.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 207 | 0.55 | 0 | 0.14 | 0.05 | 164.66 | 0.83 | 0.68 |
| Hex | 6C | F1 | CF | 37 | 0 | E | 5 | A5 | 53 | 44 |
| Octal | 154 | 361 | 317 | 67 | 0 | 16 | 5 | 245 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11001111 | 110111 | 0 | 1110 | 101 | 10100101 | 1010011 | 1000100 |
Color Harmonies of #6CF1CF
Complementary color
Monochromatic Colors of #6CF1CF
Black with #6CF1CF
Text Example
Text Example
White with #6CF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1CF; }
p { color: rgb(108,241,207); }
H1.HeaderClassName
{
color: #6CF1CF;
}
.AnyTagClassName
{
color: #6CF1CF;
}
</style>
background-color css
<style>
a { background-color: #6CF1CF; }
a { background-color: rgb(108,241,207); }
div.DivClassName
{
background-color: #6CF1CF;
}
.BgClassName
{
background-color: #6CF1CF;
}
</style>
border-color css
<style>
span { border-color: #6CF1CF; }
span { border-color: rgb(108,241,207); }
td.TdClassName
{
border-color: #6CF1CF;
}
.TagClassName
{
border-color: #6CF1CF;
}
</style>