Shades of Aquamarine #6FF1CA
Tints of Aquamarine #6FF1CA
RGB
CMYK
RGB Variations
Color information
#6FF1CA (or 0x6FF1CA) is known color: Aquamarine. HEX triplet: 6F, F1 and CA. RGB value is (111,241,202). Sum of RGB (Red+Green+Blue) = 111+241+202=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1CA is #900E35. Grayscale: #C5C5C5. Windows color (decimal): -9440822 or 13300079. OLE color: 13300079.
HSL color Cylindrical-coordinate representation of color #6FF1CA: hue angle of 162º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF1CA is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 202 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.05 |
| HSL | 162º | 0.82% | 0.69% | - |
| HSV(B) | 162º | 0.54% | 0.95% | - |
| XYZ | 48.67 | 70.55 | 66.93 | - |
| YUV | 197.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 202 | 0.54 | 0 | 0.16 | 0.05 | 162 | 0.82 | 0.69 |
| Hex | 6F | F1 | CA | 36 | 0 | 10 | 5 | A2 | 52 | 45 |
| Octal | 157 | 361 | 312 | 66 | 0 | 20 | 5 | 242 | 122 | 105 |
| Binary | 1101111 | 11110001 | 11001010 | 110110 | 0 | 10000 | 101 | 10100010 | 1010010 | 1000101 |
Color Harmonies of #6FF1CA
Complementary color
Monochromatic Colors of #6FF1CA
Black with #6FF1CA
Text Example
Text Example
White with #6FF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF1CA; }
p { color: rgb(111,241,202); }
H1.HeaderClassName
{
color: #6FF1CA;
}
.AnyTagClassName
{
color: #6FF1CA;
}
</style>
background-color css
<style>
a { background-color: #6FF1CA; }
a { background-color: rgb(111,241,202); }
div.DivClassName
{
background-color: #6FF1CA;
}
.BgClassName
{
background-color: #6FF1CA;
}
</style>
border-color css
<style>
span { border-color: #6FF1CA; }
span { border-color: rgb(111,241,202); }
td.TdClassName
{
border-color: #6FF1CA;
}
.TagClassName
{
border-color: #6FF1CA;
}
</style>