Shades of Shamrock #31CBAB
Tints of Shamrock #31CBAB
RGB
CMYK
RGB Variations
Color information
#31CBAB (or 0x31CBAB) is known color: Shamrock. HEX triplet: 31, CB and AB. RGB value is (49,203,171). Sum of RGB (Red+Green+Blue) = 49+203+171=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CBAB is #CE3454. Grayscale: #999999. Windows color (decimal): -13513813 or 11258673. OLE color: 11258673.
HSL color Cylindrical-coordinate representation of color #31CBAB: hue angle of 167.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBAB is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 171 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.20 |
| HSL | 167.53º | 0.61% | 0.49% | - |
| HSV(B) | 167.53º | 0.76% | 0.8% | - |
| XYZ | 29.97 | 46.31 | 45.89 | - |
| YUV | 153.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 171 | 0.76 | 0 | 0.16 | 0.20 | 167.53 | 0.61 | 0.49 |
| Hex | 31 | CB | AB | 4C | 0 | 10 | 14 | A8 | 3D | 31 |
| Octal | 61 | 313 | 253 | 114 | 0 | 20 | 24 | 250 | 75 | 61 |
| Binary | 110001 | 11001011 | 10101011 | 1001100 | 0 | 10000 | 10100 | 10101000 | 111101 | 110001 |
Color Harmonies of #31CBAB
Complementary color
Monochromatic Colors of #31CBAB
Black with #31CBAB
Text Example
Text Example
White with #31CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBAB; }
p { color: rgb(49,203,171); }
H1.HeaderClassName
{
color: #31CBAB;
}
.AnyTagClassName
{
color: #31CBAB;
}
</style>
background-color css
<style>
a { background-color: #31CBAB; }
a { background-color: rgb(49,203,171); }
div.DivClassName
{
background-color: #31CBAB;
}
.BgClassName
{
background-color: #31CBAB;
}
</style>
border-color css
<style>
span { border-color: #31CBAB; }
span { border-color: rgb(49,203,171); }
td.TdClassName
{
border-color: #31CBAB;
}
.TagClassName
{
border-color: #31CBAB;
}
</style>