Shades of Aquamarine #6AF5CC
Tints of Aquamarine #6AF5CC
RGB
CMYK
RGB Variations
Color information
#6AF5CC (or 0x6AF5CC) is known color: Aquamarine. HEX triplet: 6A, F5 and CC. RGB value is (106,245,204). Sum of RGB (Red+Green+Blue) = 106+245+204=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF5CC is #950A33. Grayscale: #C6C6C6. Windows color (decimal): -9767476 or 13432170. OLE color: 13432170.
HSL color Cylindrical-coordinate representation of color #6AF5CC: hue angle of 162.3º degrees, saturation: 0.87, 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 #6AF5CC is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 204 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.04 |
| HSL | 162.3º | 0.87% | 0.69% | - |
| HSV(B) | 162.3º | 0.57% | 0.96% | - |
| XYZ | 49.5 | 72.73 | 68.56 | - |
| YUV | 198.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 204 | 0.57 | 0 | 0.17 | 0.04 | 162.3 | 0.87 | 0.69 |
| Hex | 6A | F5 | CC | 39 | 0 | 11 | 4 | A2 | 57 | 45 |
| Octal | 152 | 365 | 314 | 71 | 0 | 21 | 4 | 242 | 127 | 105 |
| Binary | 1101010 | 11110101 | 11001100 | 111001 | 0 | 10001 | 100 | 10100010 | 1010111 | 1000101 |
Color Harmonies of #6AF5CC
Complementary color
Monochromatic Colors of #6AF5CC
Black with #6AF5CC
Text Example
Text Example
White with #6AF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF5CC; }
p { color: rgb(106,245,204); }
H1.HeaderClassName
{
color: #6AF5CC;
}
.AnyTagClassName
{
color: #6AF5CC;
}
</style>
background-color css
<style>
a { background-color: #6AF5CC; }
a { background-color: rgb(106,245,204); }
div.DivClassName
{
background-color: #6AF5CC;
}
.BgClassName
{
background-color: #6AF5CC;
}
</style>
border-color css
<style>
span { border-color: #6AF5CC; }
span { border-color: rgb(106,245,204); }
td.TdClassName
{
border-color: #6AF5CC;
}
.TagClassName
{
border-color: #6AF5CC;
}
</style>