Shades of Aquamarine #6FFDCA
Tints of Aquamarine #6FFDCA
RGB
CMYK
RGB Variations
Color information
#6FFDCA (or 0x6FFDCA) is known color: Aquamarine. HEX triplet: 6F, FD and CA. RGB value is (111,253,202). Sum of RGB (Red+Green+Blue) = 111+253+202=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDCA is #900235. Grayscale: #CCCCCC. Windows color (decimal): -9437750 or 13303151. OLE color: 13303151.
HSL color Cylindrical-coordinate representation of color #6FFDCA: hue angle of 158.45º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDCA is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 202 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.01 |
| HSL | 158.45º | 0.97% | 0.71% | - |
| HSV(B) | 158.45º | 0.56% | 0.99% | - |
| XYZ | 52.34 | 77.89 | 68.15 | - |
| YUV | 204.73 | 126.46 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 202 | 0.56 | 0 | 0.20 | 0.01 | 158.45 | 0.97 | 0.71 |
| Hex | 6F | FD | CA | 38 | 0 | 14 | 1 | 9E | 61 | 47 |
| Octal | 157 | 375 | 312 | 70 | 0 | 24 | 1 | 236 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11001010 | 111000 | 0 | 10100 | 1 | 10011110 | 1100001 | 1000111 |
Color Harmonies of #6FFDCA
Complementary color
Monochromatic Colors of #6FFDCA
Black with #6FFDCA
Text Example
Text Example
White with #6FFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDCA; }
p { color: rgb(111,253,202); }
H1.HeaderClassName
{
color: #6FFDCA;
}
.AnyTagClassName
{
color: #6FFDCA;
}
</style>
background-color css
<style>
a { background-color: #6FFDCA; }
a { background-color: rgb(111,253,202); }
div.DivClassName
{
background-color: #6FFDCA;
}
.BgClassName
{
background-color: #6FFDCA;
}
</style>
border-color css
<style>
span { border-color: #6FFDCA; }
span { border-color: rgb(111,253,202); }
td.TdClassName
{
border-color: #6FFDCA;
}
.TagClassName
{
border-color: #6FFDCA;
}
</style>