Shades of Aquamarine #6AF6CC
Tints of Aquamarine #6AF6CC
RGB
CMYK
RGB Variations
Color information
#6AF6CC (or 0x6AF6CC) is known color: Aquamarine. HEX triplet: 6A, F6 and CC. RGB value is (106,246,204). Sum of RGB (Red+Green+Blue) = 106+246+204=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF6CC is #950933. Grayscale: #C7C7C7. Windows color (decimal): -9767220 or 13432426. OLE color: 13432426.
HSL color Cylindrical-coordinate representation of color #6AF6CC: hue angle of 162º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF6CC is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 246 | 204 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.04 |
| HSL | 162º | 0.89% | 0.69% | - |
| HSV(B) | 162º | 0.57% | 0.96% | - |
| XYZ | 49.8 | 73.34 | 68.66 | - |
| YUV | 199.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 246 | 204 | 0.57 | 0 | 0.17 | 0.04 | 162 | 0.89 | 0.69 |
| Hex | 6A | F6 | CC | 39 | 0 | 11 | 4 | A2 | 59 | 45 |
| Octal | 152 | 366 | 314 | 71 | 0 | 21 | 4 | 242 | 131 | 105 |
| Binary | 1101010 | 11110110 | 11001100 | 111001 | 0 | 10001 | 100 | 10100010 | 1011001 | 1000101 |
Color Harmonies of #6AF6CC
Complementary color
Monochromatic Colors of #6AF6CC
Black with #6AF6CC
Text Example
Text Example
White with #6AF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF6CC; }
p { color: rgb(106,246,204); }
H1.HeaderClassName
{
color: #6AF6CC;
}
.AnyTagClassName
{
color: #6AF6CC;
}
</style>
background-color css
<style>
a { background-color: #6AF6CC; }
a { background-color: rgb(106,246,204); }
div.DivClassName
{
background-color: #6AF6CC;
}
.BgClassName
{
background-color: #6AF6CC;
}
</style>
border-color css
<style>
span { border-color: #6AF6CC; }
span { border-color: rgb(106,246,204); }
td.TdClassName
{
border-color: #6AF6CC;
}
.TagClassName
{
border-color: #6AF6CC;
}
</style>