Shades of Aquamarine #6FFCD7
Tints of Aquamarine #6FFCD7
RGB
CMYK
RGB Variations
Color information
#6FFCD7 (or 0x6FFCD7) is known color: Aquamarine. HEX triplet: 6F, FC and D7. RGB value is (111,252,215). Sum of RGB (Red+Green+Blue) = 111+252+215=578 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.20% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFCD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFCD7 is #900328. Grayscale: #CDCDCD. Windows color (decimal): -9437993 or 14154863. OLE color: 14154863.
HSL color Cylindrical-coordinate representation of color #6FFCD7: hue angle of 164.26º degrees, saturation: 0.96, 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 #6FFCD7 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 215 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.01 |
| HSL | 164.26º | 0.96% | 0.71% | - |
| HSV(B) | 164.26º | 0.56% | 0.99% | - |
| XYZ | 53.63 | 77.91 | 76.5 | - |
| YUV | 205.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 215 | 0.56 | 0 | 0.15 | 0.01 | 164.26 | 0.96 | 0.71 |
| Hex | 6F | FC | D7 | 38 | 0 | F | 1 | A4 | 60 | 47 |
| Octal | 157 | 374 | 327 | 70 | 0 | 17 | 1 | 244 | 140 | 107 |
| Binary | 1101111 | 11111100 | 11010111 | 111000 | 0 | 1111 | 1 | 10100100 | 1100000 | 1000111 |
Color Harmonies of #6FFCD7
Complementary color
Monochromatic Colors of #6FFCD7
Black with #6FFCD7
Text Example
Text Example
White with #6FFCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFCD7; }
p { color: rgb(111,252,215); }
H1.HeaderClassName
{
color: #6FFCD7;
}
.AnyTagClassName
{
color: #6FFCD7;
}
</style>
background-color css
<style>
a { background-color: #6FFCD7; }
a { background-color: rgb(111,252,215); }
div.DivClassName
{
background-color: #6FFCD7;
}
.BgClassName
{
background-color: #6FFCD7;
}
</style>
border-color css
<style>
span { border-color: #6FFCD7; }
span { border-color: rgb(111,252,215); }
td.TdClassName
{
border-color: #6FFCD7;
}
.TagClassName
{
border-color: #6FFCD7;
}
</style>