Shades of Aquamarine #6FFBE0
Tints of Aquamarine #6FFBE0
RGB
CMYK
RGB Variations
Color information
#6FFBE0 (or 0x6FFBE0) is known color: Aquamarine. HEX triplet: 6F, FB and E0. RGB value is (111,251,224). Sum of RGB (Red+Green+Blue) = 111+251+224=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFBE0 is #90041F. Grayscale: #CECECE. Windows color (decimal): -9438240 or 14744431. OLE color: 14744431.
HSL color Cylindrical-coordinate representation of color #6FFBE0: hue angle of 168.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFBE0 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 224 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.02 |
| HSL | 168.43º | 0.95% | 0.71% | - |
| HSV(B) | 168.43º | 0.56% | 0.98% | - |
| XYZ | 54.51 | 77.76 | 82.66 | - |
| YUV | 206.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 224 | 0.56 | 0 | 0.11 | 0.02 | 168.43 | 0.95 | 0.71 |
| Hex | 6F | FB | E0 | 38 | 0 | B | 2 | A8 | 5F | 47 |
| Octal | 157 | 373 | 340 | 70 | 0 | 13 | 2 | 250 | 137 | 107 |
| Binary | 1101111 | 11111011 | 11100000 | 111000 | 0 | 1011 | 10 | 10101000 | 1011111 | 1000111 |
Color Harmonies of #6FFBE0
Complementary color
Monochromatic Colors of #6FFBE0
Black with #6FFBE0
Text Example
Text Example
White with #6FFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFBE0; }
p { color: rgb(111,251,224); }
H1.HeaderClassName
{
color: #6FFBE0;
}
.AnyTagClassName
{
color: #6FFBE0;
}
</style>
background-color css
<style>
a { background-color: #6FFBE0; }
a { background-color: rgb(111,251,224); }
div.DivClassName
{
background-color: #6FFBE0;
}
.BgClassName
{
background-color: #6FFBE0;
}
</style>
border-color css
<style>
span { border-color: #6FFBE0; }
span { border-color: rgb(111,251,224); }
td.TdClassName
{
border-color: #6FFBE0;
}
.TagClassName
{
border-color: #6FFBE0;
}
</style>