Shades of Shamrock #31CCB2
Tints of Shamrock #31CCB2
RGB
CMYK
RGB Variations
Color information
#31CCB2 (or 0x31CCB2) is known color: Shamrock. HEX triplet: 31, CC and B2. RGB value is (49,204,178). Sum of RGB (Red+Green+Blue) = 49+204+178=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CCB2 is #CE334D. Grayscale: #9A9A9A. Windows color (decimal): -13513550 or 11717681. OLE color: 11717681.
HSL color Cylindrical-coordinate representation of color #31CCB2: hue angle of 169.94º 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 #31CCB2 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 178 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.2 |
| HSL | 169.94º | 0.61% | 0.5% | - |
| HSV(B) | 169.94º | 0.76% | 0.8% | - |
| XYZ | 30.9 | 47.05 | 49.57 | - |
| YUV | 154.69 | 141.15 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 178 | 0.76 | 0 | 0.13 | 0.2 | 169.94 | 0.61 | 0.5 |
| Hex | 31 | CC | B2 | 4C | 0 | D | 14 | AA | 3D | 32 |
| Octal | 61 | 314 | 262 | 114 | 0 | 15 | 24 | 252 | 75 | 62 |
| Binary | 110001 | 11001100 | 10110010 | 1001100 | 0 | 1101 | 10100 | 10101010 | 111101 | 110010 |
Color Harmonies of #31CCB2
Complementary color
Monochromatic Colors of #31CCB2
Black with #31CCB2
Text Example
Text Example
White with #31CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCB2; }
p { color: rgb(49,204,178); }
H1.HeaderClassName
{
color: #31CCB2;
}
.AnyTagClassName
{
color: #31CCB2;
}
</style>
background-color css
<style>
a { background-color: #31CCB2; }
a { background-color: rgb(49,204,178); }
div.DivClassName
{
background-color: #31CCB2;
}
.BgClassName
{
background-color: #31CCB2;
}
</style>
border-color css
<style>
span { border-color: #31CCB2; }
span { border-color: rgb(49,204,178); }
td.TdClassName
{
border-color: #31CCB2;
}
.TagClassName
{
border-color: #31CCB2;
}
</style>