Shades of Aquamarine #6CF2CA
Tints of Aquamarine #6CF2CA
RGB
CMYK
RGB Variations
Color information
#6CF2CA (or 0x6CF2CA) is known color: Aquamarine. HEX triplet: 6C, F2 and CA. RGB value is (108,242,202). Sum of RGB (Red+Green+Blue) = 108+242+202=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2CA is #930D35. Grayscale: #C5C5C5. Windows color (decimal): -9637174 or 13300332. OLE color: 13300332.
HSL color Cylindrical-coordinate representation of color #6CF2CA: hue angle of 162.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2CA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 202 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.05 |
| HSL | 162.09º | 0.84% | 0.69% | - |
| HSV(B) | 162.09º | 0.55% | 0.95% | - |
| XYZ | 48.6 | 70.96 | 67.01 | - |
| YUV | 197.37 | 130.61 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 202 | 0.55 | 0 | 0.17 | 0.05 | 162.09 | 0.84 | 0.69 |
| Hex | 6C | F2 | CA | 37 | 0 | 11 | 5 | A2 | 54 | 45 |
| Octal | 154 | 362 | 312 | 67 | 0 | 21 | 5 | 242 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11001010 | 110111 | 0 | 10001 | 101 | 10100010 | 1010100 | 1000101 |
Color Harmonies of #6CF2CA
Complementary color
Monochromatic Colors of #6CF2CA
Black with #6CF2CA
Text Example
Text Example
White with #6CF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2CA; }
p { color: rgb(108,242,202); }
H1.HeaderClassName
{
color: #6CF2CA;
}
.AnyTagClassName
{
color: #6CF2CA;
}
</style>
background-color css
<style>
a { background-color: #6CF2CA; }
a { background-color: rgb(108,242,202); }
div.DivClassName
{
background-color: #6CF2CA;
}
.BgClassName
{
background-color: #6CF2CA;
}
</style>
border-color css
<style>
span { border-color: #6CF2CA; }
span { border-color: rgb(108,242,202); }
td.TdClassName
{
border-color: #6CF2CA;
}
.TagClassName
{
border-color: #6CF2CA;
}
</style>