Shades of Aquamarine #6AFBCB
Tints of Aquamarine #6AFBCB
RGB
CMYK
RGB Variations
Color information
#6AFBCB (or 0x6AFBCB) is known color: Aquamarine. HEX triplet: 6A, FB and CB. RGB value is (106,251,203). Sum of RGB (Red+Green+Blue) = 106+251+203=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBCB is #950434. Grayscale: #CACACA. Windows color (decimal): -9765941 or 13368170. OLE color: 13368170.
HSL color Cylindrical-coordinate representation of color #6AFBCB: hue angle of 160.14º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBCB is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 203 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.02 |
| HSL | 160.14º | 0.95% | 0.7% | - |
| HSV(B) | 160.14º | 0.58% | 0.98% | - |
| XYZ | 51.22 | 76.37 | 68.54 | - |
| YUV | 202.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 203 | 0.58 | 0 | 0.19 | 0.02 | 160.14 | 0.95 | 0.7 |
| Hex | 6A | FB | CB | 3A | 0 | 13 | 2 | A0 | 5F | 46 |
| Octal | 152 | 373 | 313 | 72 | 0 | 23 | 2 | 240 | 137 | 106 |
| Binary | 1101010 | 11111011 | 11001011 | 111010 | 0 | 10011 | 10 | 10100000 | 1011111 | 1000110 |
Color Harmonies of #6AFBCB
Complementary color
Monochromatic Colors of #6AFBCB
Black with #6AFBCB
Text Example
Text Example
White with #6AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFBCB; }
p { color: rgb(106,251,203); }
H1.HeaderClassName
{
color: #6AFBCB;
}
.AnyTagClassName
{
color: #6AFBCB;
}
</style>
background-color css
<style>
a { background-color: #6AFBCB; }
a { background-color: rgb(106,251,203); }
div.DivClassName
{
background-color: #6AFBCB;
}
.BgClassName
{
background-color: #6AFBCB;
}
</style>
border-color css
<style>
span { border-color: #6AFBCB; }
span { border-color: rgb(106,251,203); }
td.TdClassName
{
border-color: #6AFBCB;
}
.TagClassName
{
border-color: #6AFBCB;
}
</style>