Shades of Aquamarine #6FFFC4
Tints of Aquamarine #6FFFC4
RGB
CMYK
RGB Variations
Color information
#6FFFC4 (or 0x6FFFC4) is known color: Aquamarine. HEX triplet: 6F, FF and C4. RGB value is (111,255,196). Sum of RGB (Red+Green+Blue) = 111+255+196=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFC4 is #90003B. Grayscale: #CDCDCD. Windows color (decimal): -9437244 or 12910447. OLE color: 12910447.
HSL color Cylindrical-coordinate representation of color #6FFFC4: hue angle of 155.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFC4 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 255 | 196 | - |
| CMYK | 0.56 | 0 | 0.23 | 0 |
| HSL | 155.42º | 1% | 0.72% | - |
| HSV(B) | 155.42º | 0.56% | 1% | - |
| XYZ | 52.28 | 78.89 | 64.7 | - |
| YUV | 205.22 | 122.79 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 255 | 196 | 0.56 | 0 | 0.23 | 0 | 155.42 | 1 | 0.72 |
| Hex | 6F | FF | C4 | 38 | 0 | 17 | 0 | 9B | 64 | 48 |
| Octal | 157 | 377 | 304 | 70 | 0 | 27 | 0 | 233 | 144 | 110 |
| Binary | 1101111 | 11111111 | 11000100 | 111000 | 0 | 10111 | 0 | 10011011 | 1100100 | 1001000 |
Color Harmonies of #6FFFC4
Complementary color
Monochromatic Colors of #6FFFC4
Black with #6FFFC4
Text Example
Text Example
White with #6FFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFFC4; }
p { color: rgb(111,255,196); }
H1.HeaderClassName
{
color: #6FFFC4;
}
.AnyTagClassName
{
color: #6FFFC4;
}
</style>
background-color css
<style>
a { background-color: #6FFFC4; }
a { background-color: rgb(111,255,196); }
div.DivClassName
{
background-color: #6FFFC4;
}
.BgClassName
{
background-color: #6FFFC4;
}
</style>
border-color css
<style>
span { border-color: #6FFFC4; }
span { border-color: rgb(111,255,196); }
td.TdClassName
{
border-color: #6FFFC4;
}
.TagClassName
{
border-color: #6FFFC4;
}
</style>