Shades of Aquamarine #6BFFCA
Tints of Aquamarine #6BFFCA
RGB
CMYK
RGB Variations
Color information
#6BFFCA (or 0x6BFFCA) is known color: Aquamarine. HEX triplet: 6B, FF and CA. RGB value is (107,255,202). Sum of RGB (Red+Green+Blue) = 107+255+202=564 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.97% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFFCA is #940035. Grayscale: #CCCCCC. Windows color (decimal): -9699382 or 13303659. OLE color: 13303659.
HSL color Cylindrical-coordinate representation of color #6BFFCA: hue angle of 158.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFCA is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 202 | - |
| CMYK | 0.58 | 0 | 0.21 | 0 |
| HSL | 158.51º | 1% | 0.71% | - |
| HSV(B) | 158.51º | 0.58% | 1% | - |
| XYZ | 52.48 | 78.91 | 68.34 | - |
| YUV | 204.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 202 | 0.58 | 0 | 0.21 | 0 | 158.51 | 1 | 0.71 |
| Hex | 6B | FF | CA | 3A | 0 | 15 | 0 | 9F | 64 | 47 |
| Octal | 153 | 377 | 312 | 72 | 0 | 25 | 0 | 237 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11001010 | 111010 | 0 | 10101 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #6BFFCA
Complementary color
Monochromatic Colors of #6BFFCA
Black with #6BFFCA
Text Example
Text Example
White with #6BFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFCA; }
p { color: rgb(107,255,202); }
H1.HeaderClassName
{
color: #6BFFCA;
}
.AnyTagClassName
{
color: #6BFFCA;
}
</style>
background-color css
<style>
a { background-color: #6BFFCA; }
a { background-color: rgb(107,255,202); }
div.DivClassName
{
background-color: #6BFFCA;
}
.BgClassName
{
background-color: #6BFFCA;
}
</style>
border-color css
<style>
span { border-color: #6BFFCA; }
span { border-color: rgb(107,255,202); }
td.TdClassName
{
border-color: #6BFFCA;
}
.TagClassName
{
border-color: #6BFFCA;
}
</style>