Shades of Shamrock #1FCB8B
Tints of Shamrock #1FCB8B
RGB
CMYK
RGB Variations
Color information
#1FCB8B (or 0x1FCB8B) is known color: Shamrock. HEX triplet: 1F, CB and 8B. RGB value is (31,203,139). Sum of RGB (Red+Green+Blue) = 31+203+139=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCB8B is #E03474. Grayscale: #909090. Windows color (decimal): -14693493 or 9161503. OLE color: 9161503.
HSL color Cylindrical-coordinate representation of color #1FCB8B: hue angle of 157.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB8B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 139 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.20 |
| HSL | 157.67º | 0.74% | 0.46% | - |
| HSV(B) | 157.67º | 0.85% | 0.8% | - |
| XYZ | 26.58 | 44.87 | 31.69 | - |
| YUV | 144.28 | 125.02 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 139 | 0.85 | 0 | 0.32 | 0.20 | 157.67 | 0.74 | 0.46 |
| Hex | 1F | CB | 8B | 55 | 0 | 20 | 14 | 9E | 4A | 2E |
| Octal | 37 | 313 | 213 | 125 | 0 | 40 | 24 | 236 | 112 | 56 |
| Binary | 11111 | 11001011 | 10001011 | 1010101 | 0 | 100000 | 10100 | 10011110 | 1001010 | 101110 |
Color Harmonies of #1FCB8B
Complementary color
Monochromatic Colors of #1FCB8B
Black with #1FCB8B
Text Example
Text Example
White with #1FCB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB8B; }
p { color: rgb(31,203,139); }
H1.HeaderClassName
{
color: #1FCB8B;
}
.AnyTagClassName
{
color: #1FCB8B;
}
</style>
background-color css
<style>
a { background-color: #1FCB8B; }
a { background-color: rgb(31,203,139); }
div.DivClassName
{
background-color: #1FCB8B;
}
.BgClassName
{
background-color: #1FCB8B;
}
</style>
border-color css
<style>
span { border-color: #1FCB8B; }
span { border-color: rgb(31,203,139); }
td.TdClassName
{
border-color: #1FCB8B;
}
.TagClassName
{
border-color: #1FCB8B;
}
</style>