Shades of Shamrock #31CCB3
Tints of Shamrock #31CCB3
RGB
CMYK
RGB Variations
Color information
#31CCB3 (or 0x31CCB3) is known color: Shamrock. HEX triplet: 31, CC and B3. RGB value is (49,204,179). Sum of RGB (Red+Green+Blue) = 49+204+179=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCB3 is #CE334C. Grayscale: #9A9A9A. Windows color (decimal): -13513549 or 11783217. OLE color: 11783217.
HSL color Cylindrical-coordinate representation of color #31CCB3: hue angle of 170.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CCB3 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 179 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.2 |
| HSL | 170.32º | 0.61% | 0.5% | - |
| HSV(B) | 170.32º | 0.76% | 0.8% | - |
| XYZ | 31 | 47.09 | 50.1 | - |
| YUV | 154.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 179 | 0.76 | 0 | 0.12 | 0.2 | 170.32 | 0.61 | 0.5 |
| Hex | 31 | CC | B3 | 4C | 0 | C | 14 | AA | 3D | 32 |
| Octal | 61 | 314 | 263 | 114 | 0 | 14 | 24 | 252 | 75 | 62 |
| Binary | 110001 | 11001100 | 10110011 | 1001100 | 0 | 1100 | 10100 | 10101010 | 111101 | 110010 |
Color Harmonies of #31CCB3
Complementary color
Monochromatic Colors of #31CCB3
Black with #31CCB3
Text Example
Text Example
White with #31CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCB3; }
p { color: rgb(49,204,179); }
H1.HeaderClassName
{
color: #31CCB3;
}
.AnyTagClassName
{
color: #31CCB3;
}
</style>
background-color css
<style>
a { background-color: #31CCB3; }
a { background-color: rgb(49,204,179); }
div.DivClassName
{
background-color: #31CCB3;
}
.BgClassName
{
background-color: #31CCB3;
}
</style>
border-color css
<style>
span { border-color: #31CCB3; }
span { border-color: rgb(49,204,179); }
td.TdClassName
{
border-color: #31CCB3;
}
.TagClassName
{
border-color: #31CCB3;
}
</style>