Shades of Aquamarine #6BF2CC
Tints of Aquamarine #6BF2CC
RGB
CMYK
RGB Variations
Color information
#6BF2CC (or 0x6BF2CC) is known color: Aquamarine. HEX triplet: 6B, F2 and CC. RGB value is (107,242,204). Sum of RGB (Red+Green+Blue) = 107+242+204=553 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.35% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF2CC is #940D33. Grayscale: #C5C5C5. Windows color (decimal): -9702708 or 13431403. OLE color: 13431403.
HSL color Cylindrical-coordinate representation of color #6BF2CC: hue angle of 163.11º degrees, saturation: 0.84, 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 #6BF2CC is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 204 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.05 |
| HSL | 163.11º | 0.84% | 0.68% | - |
| HSV(B) | 163.11º | 0.56% | 0.95% | - |
| XYZ | 48.71 | 70.99 | 68.26 | - |
| YUV | 197.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 204 | 0.56 | 0 | 0.16 | 0.05 | 163.11 | 0.84 | 0.68 |
| Hex | 6B | F2 | CC | 38 | 0 | 10 | 5 | A3 | 54 | 44 |
| Octal | 153 | 362 | 314 | 70 | 0 | 20 | 5 | 243 | 124 | 104 |
| Binary | 1101011 | 11110010 | 11001100 | 111000 | 0 | 10000 | 101 | 10100011 | 1010100 | 1000100 |
Color Harmonies of #6BF2CC
Complementary color
Monochromatic Colors of #6BF2CC
Black with #6BF2CC
Text Example
Text Example
White with #6BF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF2CC; }
p { color: rgb(107,242,204); }
H1.HeaderClassName
{
color: #6BF2CC;
}
.AnyTagClassName
{
color: #6BF2CC;
}
</style>
background-color css
<style>
a { background-color: #6BF2CC; }
a { background-color: rgb(107,242,204); }
div.DivClassName
{
background-color: #6BF2CC;
}
.BgClassName
{
background-color: #6BF2CC;
}
</style>
border-color css
<style>
span { border-color: #6BF2CC; }
span { border-color: rgb(107,242,204); }
td.TdClassName
{
border-color: #6BF2CC;
}
.TagClassName
{
border-color: #6BF2CC;
}
</style>