Shades of Aquamarine #6AF1CC
Tints of Aquamarine #6AF1CC
RGB
CMYK
RGB Variations
Color information
#6AF1CC (or 0x6AF1CC) is known color: Aquamarine. HEX triplet: 6A, F1 and CC. RGB value is (106,241,204). Sum of RGB (Red+Green+Blue) = 106+241+204=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1CC is #950E33. Grayscale: #C4C4C4. Windows color (decimal): -9768500 or 13431146. OLE color: 13431146.
HSL color Cylindrical-coordinate representation of color #6AF1CC: hue angle of 163.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF1CC is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 204 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.05 |
| HSL | 163.56º | 0.83% | 0.68% | - |
| HSV(B) | 163.56º | 0.56% | 0.95% | - |
| XYZ | 48.3 | 70.33 | 68.16 | - |
| YUV | 196.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 204 | 0.56 | 0 | 0.15 | 0.05 | 163.56 | 0.83 | 0.68 |
| Hex | 6A | F1 | CC | 38 | 0 | F | 5 | A4 | 53 | 44 |
| Octal | 152 | 361 | 314 | 70 | 0 | 17 | 5 | 244 | 123 | 104 |
| Binary | 1101010 | 11110001 | 11001100 | 111000 | 0 | 1111 | 101 | 10100100 | 1010011 | 1000100 |
Color Harmonies of #6AF1CC
Complementary color
Monochromatic Colors of #6AF1CC
Black with #6AF1CC
Text Example
Text Example
White with #6AF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF1CC; }
p { color: rgb(106,241,204); }
H1.HeaderClassName
{
color: #6AF1CC;
}
.AnyTagClassName
{
color: #6AF1CC;
}
</style>
background-color css
<style>
a { background-color: #6AF1CC; }
a { background-color: rgb(106,241,204); }
div.DivClassName
{
background-color: #6AF1CC;
}
.BgClassName
{
background-color: #6AF1CC;
}
</style>
border-color css
<style>
span { border-color: #6AF1CC; }
span { border-color: rgb(106,241,204); }
td.TdClassName
{
border-color: #6AF1CC;
}
.TagClassName
{
border-color: #6AF1CC;
}
</style>