Shades of Aquamarine #6AFDC4
Tints of Aquamarine #6AFDC4
RGB
CMYK
RGB Variations
Color information
#6AFDC4 (or 0x6AFDC4) is known color: Aquamarine. HEX triplet: 6A, FD and C4. RGB value is (106,253,196). Sum of RGB (Red+Green+Blue) = 106+253+196=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDC4 is #95023B. Grayscale: #CACACA. Windows color (decimal): -9765436 or 12909930. OLE color: 12909930.
HSL color Cylindrical-coordinate representation of color #6AFDC4: hue angle of 156.73º degrees, saturation: 0.97, 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 #6AFDC4 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 196 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.01 |
| HSL | 156.73º | 0.97% | 0.7% | - |
| HSV(B) | 156.73º | 0.58% | 0.99% | - |
| XYZ | 51.03 | 77.3 | 64.46 | - |
| YUV | 202.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 196 | 0.58 | 0 | 0.23 | 0.01 | 156.73 | 0.97 | 0.7 |
| Hex | 6A | FD | C4 | 3A | 0 | 17 | 1 | 9D | 61 | 46 |
| Octal | 152 | 375 | 304 | 72 | 0 | 27 | 1 | 235 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11000100 | 111010 | 0 | 10111 | 1 | 10011101 | 1100001 | 1000110 |
Color Harmonies of #6AFDC4
Complementary color
Monochromatic Colors of #6AFDC4
Black with #6AFDC4
Text Example
Text Example
White with #6AFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDC4; }
p { color: rgb(106,253,196); }
H1.HeaderClassName
{
color: #6AFDC4;
}
.AnyTagClassName
{
color: #6AFDC4;
}
</style>
background-color css
<style>
a { background-color: #6AFDC4; }
a { background-color: rgb(106,253,196); }
div.DivClassName
{
background-color: #6AFDC4;
}
.BgClassName
{
background-color: #6AFDC4;
}
</style>
border-color css
<style>
span { border-color: #6AFDC4; }
span { border-color: rgb(106,253,196); }
td.TdClassName
{
border-color: #6AFDC4;
}
.TagClassName
{
border-color: #6AFDC4;
}
</style>