Shades of Aquamarine #6BFCC4
Tints of Aquamarine #6BFCC4
RGB
CMYK
RGB Variations
Color information
#6BFCC4 (or 0x6BFCC4) is known color: Aquamarine. HEX triplet: 6B, FC and C4. RGB value is (107,252,196). Sum of RGB (Red+Green+Blue) = 107+252+196=555 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.28% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFCC4 is #94033B. Grayscale: #CACACA. Windows color (decimal): -9700156 or 12909675. OLE color: 12909675.
HSL color Cylindrical-coordinate representation of color #6BFCC4: hue angle of 156.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCC4 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 196 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.01 |
| HSL | 156.83º | 0.96% | 0.7% | - |
| HSV(B) | 156.83º | 0.58% | 0.99% | - |
| XYZ | 50.84 | 76.73 | 64.36 | - |
| YUV | 202.26 | 124.46 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 196 | 0.58 | 0 | 0.22 | 0.01 | 156.83 | 0.96 | 0.7 |
| Hex | 6B | FC | C4 | 3A | 0 | 16 | 1 | 9D | 60 | 46 |
| Octal | 153 | 374 | 304 | 72 | 0 | 26 | 1 | 235 | 140 | 106 |
| Binary | 1101011 | 11111100 | 11000100 | 111010 | 0 | 10110 | 1 | 10011101 | 1100000 | 1000110 |
Color Harmonies of #6BFCC4
Complementary color
Monochromatic Colors of #6BFCC4
Black with #6BFCC4
Text Example
Text Example
White with #6BFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCC4; }
p { color: rgb(107,252,196); }
H1.HeaderClassName
{
color: #6BFCC4;
}
.AnyTagClassName
{
color: #6BFCC4;
}
</style>
background-color css
<style>
a { background-color: #6BFCC4; }
a { background-color: rgb(107,252,196); }
div.DivClassName
{
background-color: #6BFCC4;
}
.BgClassName
{
background-color: #6BFCC4;
}
</style>
border-color css
<style>
span { border-color: #6BFCC4; }
span { border-color: rgb(107,252,196); }
td.TdClassName
{
border-color: #6BFCC4;
}
.TagClassName
{
border-color: #6BFCC4;
}
</style>