Shades of Shamrock #31CAB4
Tints of Shamrock #31CAB4
RGB
CMYK
RGB Variations
Color information
#31CAB4 (or 0x31CAB4) is known color: Shamrock. HEX triplet: 31, CA and B4. RGB value is (49,202,180). Sum of RGB (Red+Green+Blue) = 49+202+180=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAB4 is #CE354B. Grayscale: #999999. Windows color (decimal): -13514060 or 11848241. OLE color: 11848241.
HSL color Cylindrical-coordinate representation of color #31CAB4: hue angle of 171.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CAB4 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 180 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.21 |
| HSL | 171.37º | 0.61% | 0.49% | - |
| HSV(B) | 171.37º | 0.76% | 0.79% | - |
| XYZ | 30.63 | 46.19 | 50.48 | - |
| YUV | 153.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 180 | 0.76 | 0 | 0.11 | 0.21 | 171.37 | 0.61 | 0.49 |
| Hex | 31 | CA | B4 | 4C | 0 | B | 15 | AB | 3D | 31 |
| Octal | 61 | 312 | 264 | 114 | 0 | 13 | 25 | 253 | 75 | 61 |
| Binary | 110001 | 11001010 | 10110100 | 1001100 | 0 | 1011 | 10101 | 10101011 | 111101 | 110001 |
Color Harmonies of #31CAB4
Complementary color
Monochromatic Colors of #31CAB4
Black with #31CAB4
Text Example
Text Example
White with #31CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAB4; }
p { color: rgb(49,202,180); }
H1.HeaderClassName
{
color: #31CAB4;
}
.AnyTagClassName
{
color: #31CAB4;
}
</style>
background-color css
<style>
a { background-color: #31CAB4; }
a { background-color: rgb(49,202,180); }
div.DivClassName
{
background-color: #31CAB4;
}
.BgClassName
{
background-color: #31CAB4;
}
</style>
border-color css
<style>
span { border-color: #31CAB4; }
span { border-color: rgb(49,202,180); }
td.TdClassName
{
border-color: #31CAB4;
}
.TagClassName
{
border-color: #31CAB4;
}
</style>