Shades of Shamrock #31CAB2
Tints of Shamrock #31CAB2
RGB
CMYK
RGB Variations
Color information
#31CAB2 (or 0x31CAB2) is known color: Shamrock. HEX triplet: 31, CA and B2. RGB value is (49,202,178). Sum of RGB (Red+Green+Blue) = 49+202+178=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CAB2 is #CE354D. Grayscale: #999999. Windows color (decimal): -13514062 or 11717169. OLE color: 11717169.
HSL color Cylindrical-coordinate representation of color #31CAB2: hue angle of 170.59º 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 #31CAB2 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 178 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.21 |
| HSL | 170.59º | 0.61% | 0.49% | - |
| HSV(B) | 170.59º | 0.76% | 0.79% | - |
| XYZ | 30.42 | 46.11 | 49.42 | - |
| YUV | 153.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 178 | 0.76 | 0 | 0.12 | 0.21 | 170.59 | 0.61 | 0.49 |
| Hex | 31 | CA | B2 | 4C | 0 | C | 15 | AB | 3D | 31 |
| Octal | 61 | 312 | 262 | 114 | 0 | 14 | 25 | 253 | 75 | 61 |
| Binary | 110001 | 11001010 | 10110010 | 1001100 | 0 | 1100 | 10101 | 10101011 | 111101 | 110001 |
Color Harmonies of #31CAB2
Complementary color
Monochromatic Colors of #31CAB2
Black with #31CAB2
Text Example
Text Example
White with #31CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAB2; }
p { color: rgb(49,202,178); }
H1.HeaderClassName
{
color: #31CAB2;
}
.AnyTagClassName
{
color: #31CAB2;
}
</style>
background-color css
<style>
a { background-color: #31CAB2; }
a { background-color: rgb(49,202,178); }
div.DivClassName
{
background-color: #31CAB2;
}
.BgClassName
{
background-color: #31CAB2;
}
</style>
border-color css
<style>
span { border-color: #31CAB2; }
span { border-color: rgb(49,202,178); }
td.TdClassName
{
border-color: #31CAB2;
}
.TagClassName
{
border-color: #31CAB2;
}
</style>