Shades of Aquamarine #6FFDCC
Tints of Aquamarine #6FFDCC
RGB
CMYK
RGB Variations
Color information
#6FFDCC (or 0x6FFDCC) is known color: Aquamarine. HEX triplet: 6F, FD and CC. RGB value is (111,253,204). Sum of RGB (Red+Green+Blue) = 111+253+204=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFDCC is #900233. Grayscale: #CDCDCD. Windows color (decimal): -9437748 or 13434223. OLE color: 13434223.
HSL color Cylindrical-coordinate representation of color #6FFDCC: hue angle of 159.3º 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 #6FFDCC is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 204 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.01 |
| HSL | 159.3º | 0.97% | 0.71% | - |
| HSV(B) | 159.3º | 0.56% | 0.99% | - |
| XYZ | 52.58 | 77.99 | 69.41 | - |
| YUV | 204.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 204 | 0.56 | 0 | 0.19 | 0.01 | 159.3 | 0.97 | 0.71 |
| Hex | 6F | FD | CC | 38 | 0 | 13 | 1 | 9F | 61 | 47 |
| Octal | 157 | 375 | 314 | 70 | 0 | 23 | 1 | 237 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11001100 | 111000 | 0 | 10011 | 1 | 10011111 | 1100001 | 1000111 |
Color Harmonies of #6FFDCC
Complementary color
Monochromatic Colors of #6FFDCC
Black with #6FFDCC
Text Example
Text Example
White with #6FFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDCC; }
p { color: rgb(111,253,204); }
H1.HeaderClassName
{
color: #6FFDCC;
}
.AnyTagClassName
{
color: #6FFDCC;
}
</style>
background-color css
<style>
a { background-color: #6FFDCC; }
a { background-color: rgb(111,253,204); }
div.DivClassName
{
background-color: #6FFDCC;
}
.BgClassName
{
background-color: #6FFDCC;
}
</style>
border-color css
<style>
span { border-color: #6FFDCC; }
span { border-color: rgb(111,253,204); }
td.TdClassName
{
border-color: #6FFDCC;
}
.TagClassName
{
border-color: #6FFDCC;
}
</style>