Shades of Medium Sea Green #1FBA68
Tints of Medium Sea Green #1FBA68
RGB
CMYK
RGB Variations
Color information
#1FBA68 (or 0x1FBA68) is known color: Medium Sea Green. HEX triplet: 1F, BA and 68. RGB value is (31,186,104). Sum of RGB (Red+Green+Blue) = 31+186+104=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBA68 is #E04597. Grayscale: #828282. Windows color (decimal): -14697880 or 6863391. OLE color: 6863391.
HSL color Cylindrical-coordinate representation of color #1FBA68: hue angle of 148.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBA68 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 104 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.27 |
| HSL | 148.26º | 0.71% | 0.43% | - |
| HSV(B) | 148.26º | 0.83% | 0.73% | - |
| XYZ | 20.62 | 36.41 | 19.04 | - |
| YUV | 130.31 | 113.15 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 104 | 0.83 | 0 | 0.44 | 0.27 | 148.26 | 0.71 | 0.43 |
| Hex | 1F | BA | 68 | 53 | 0 | 2C | 1B | 94 | 47 | 2B |
| Octal | 37 | 272 | 150 | 123 | 0 | 54 | 33 | 224 | 107 | 53 |
| Binary | 11111 | 10111010 | 1101000 | 1010011 | 0 | 101100 | 11011 | 10010100 | 1000111 | 101011 |
Color Harmonies of #1FBA68
Complementary color
Monochromatic Colors of #1FBA68
Black with #1FBA68
Text Example
Text Example
White with #1FBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA68; }
p { color: rgb(31,186,104); }
H1.HeaderClassName
{
color: #1FBA68;
}
.AnyTagClassName
{
color: #1FBA68;
}
</style>
background-color css
<style>
a { background-color: #1FBA68; }
a { background-color: rgb(31,186,104); }
div.DivClassName
{
background-color: #1FBA68;
}
.BgClassName
{
background-color: #1FBA68;
}
</style>
border-color css
<style>
span { border-color: #1FBA68; }
span { border-color: rgb(31,186,104); }
td.TdClassName
{
border-color: #1FBA68;
}
.TagClassName
{
border-color: #1FBA68;
}
</style>