Shades of Shamrock #31CFB4
Tints of Shamrock #31CFB4
RGB
CMYK
RGB Variations
Color information
#31CFB4 (or 0x31CFB4) is known color: Shamrock. HEX triplet: 31, CF and B4. RGB value is (49,207,180). Sum of RGB (Red+Green+Blue) = 49+207+180=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFB4 is #CE304B. Grayscale: #9C9C9C. Windows color (decimal): -13512780 or 11849521. OLE color: 11849521.
HSL color Cylindrical-coordinate representation of color #31CFB4: hue angle of 169.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFB4 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 180 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.19 |
| HSL | 169.75º | 0.62% | 0.5% | - |
| HSV(B) | 169.75º | 0.76% | 0.81% | - |
| XYZ | 31.82 | 48.57 | 50.88 | - |
| YUV | 156.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 180 | 0.76 | 0 | 0.13 | 0.19 | 169.75 | 0.62 | 0.5 |
| Hex | 31 | CF | B4 | 4C | 0 | D | 13 | AA | 3E | 32 |
| Octal | 61 | 317 | 264 | 114 | 0 | 15 | 23 | 252 | 76 | 62 |
| Binary | 110001 | 11001111 | 10110100 | 1001100 | 0 | 1101 | 10011 | 10101010 | 111110 | 110010 |
Color Harmonies of #31CFB4
Complementary color
Monochromatic Colors of #31CFB4
Black with #31CFB4
Text Example
Text Example
White with #31CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFB4; }
p { color: rgb(49,207,180); }
H1.HeaderClassName
{
color: #31CFB4;
}
.AnyTagClassName
{
color: #31CFB4;
}
</style>
background-color css
<style>
a { background-color: #31CFB4; }
a { background-color: rgb(49,207,180); }
div.DivClassName
{
background-color: #31CFB4;
}
.BgClassName
{
background-color: #31CFB4;
}
</style>
border-color css
<style>
span { border-color: #31CFB4; }
span { border-color: rgb(49,207,180); }
td.TdClassName
{
border-color: #31CFB4;
}
.TagClassName
{
border-color: #31CFB4;
}
</style>