Shades of Aquamarine #6BF0CA
Tints of Aquamarine #6BF0CA
RGB
CMYK
RGB Variations
Color information
#6BF0CA (or 0x6BF0CA) is known color: Aquamarine. HEX triplet: 6B, F0 and CA. RGB value is (107,240,202). Sum of RGB (Red+Green+Blue) = 107+240+202=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0CA is #940F35. Grayscale: #C3C3C3. Windows color (decimal): -9703222 or 13299819. OLE color: 13299819.
HSL color Cylindrical-coordinate representation of color #6BF0CA: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0CA is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 202 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.06 |
| HSL | 162.86º | 0.82% | 0.68% | - |
| HSV(B) | 162.86º | 0.55% | 0.94% | - |
| XYZ | 47.88 | 69.71 | 66.81 | - |
| YUV | 195.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 202 | 0.55 | 0 | 0.16 | 0.06 | 162.86 | 0.82 | 0.68 |
| Hex | 6B | F0 | CA | 37 | 0 | 10 | 6 | A3 | 52 | 44 |
| Octal | 153 | 360 | 312 | 67 | 0 | 20 | 6 | 243 | 122 | 104 |
| Binary | 1101011 | 11110000 | 11001010 | 110111 | 0 | 10000 | 110 | 10100011 | 1010010 | 1000100 |
Color Harmonies of #6BF0CA
Complementary color
Monochromatic Colors of #6BF0CA
Black with #6BF0CA
Text Example
Text Example
White with #6BF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF0CA; }
p { color: rgb(107,240,202); }
H1.HeaderClassName
{
color: #6BF0CA;
}
.AnyTagClassName
{
color: #6BF0CA;
}
</style>
background-color css
<style>
a { background-color: #6BF0CA; }
a { background-color: rgb(107,240,202); }
div.DivClassName
{
background-color: #6BF0CA;
}
.BgClassName
{
background-color: #6BF0CA;
}
</style>
border-color css
<style>
span { border-color: #6BF0CA; }
span { border-color: rgb(107,240,202); }
td.TdClassName
{
border-color: #6BF0CA;
}
.TagClassName
{
border-color: #6BF0CA;
}
</style>