Shades of Aquamarine #6AFCDF
Tints of Aquamarine #6AFCDF
RGB
CMYK
RGB Variations
Color information
#6AFCDF (or 0x6AFCDF) is known color: Aquamarine. HEX triplet: 6A, FC and DF. RGB value is (106,252,223). Sum of RGB (Red+Green+Blue) = 106+252+223=581 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.24% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCDF is #950320. Grayscale: #CDCDCD. Windows color (decimal): -9765665 or 14679146. OLE color: 14679146.
HSL color Cylindrical-coordinate representation of color #6AFCDF: hue angle of 168.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCDF is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 223 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.01 |
| HSL | 168.08º | 0.96% | 0.7% | - |
| HSV(B) | 168.08º | 0.58% | 0.99% | - |
| XYZ | 54.07 | 78.01 | 82.02 | - |
| YUV | 205.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 223 | 0.58 | 0 | 0.12 | 0.01 | 168.08 | 0.96 | 0.7 |
| Hex | 6A | FC | DF | 3A | 0 | C | 1 | A8 | 60 | 46 |
| Octal | 152 | 374 | 337 | 72 | 0 | 14 | 1 | 250 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11011111 | 111010 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000110 |
Color Harmonies of #6AFCDF
Complementary color
Monochromatic Colors of #6AFCDF
Black with #6AFCDF
Text Example
Text Example
White with #6AFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCDF; }
p { color: rgb(106,252,223); }
H1.HeaderClassName
{
color: #6AFCDF;
}
.AnyTagClassName
{
color: #6AFCDF;
}
</style>
background-color css
<style>
a { background-color: #6AFCDF; }
a { background-color: rgb(106,252,223); }
div.DivClassName
{
background-color: #6AFCDF;
}
.BgClassName
{
background-color: #6AFCDF;
}
</style>
border-color css
<style>
span { border-color: #6AFCDF; }
span { border-color: rgb(106,252,223); }
td.TdClassName
{
border-color: #6AFCDF;
}
.TagClassName
{
border-color: #6AFCDF;
}
</style>