Shades of Shamrock #31CAAD
Tints of Shamrock #31CAAD
RGB
CMYK
RGB Variations
Color information
#31CAAD (or 0x31CAAD) is known color: Shamrock. HEX triplet: 31, CA and AD. RGB value is (49,202,173). Sum of RGB (Red+Green+Blue) = 49+202+173=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CAAD is #CE3552. Grayscale: #989898. Windows color (decimal): -13514067 or 11389489. OLE color: 11389489.
HSL color Cylindrical-coordinate representation of color #31CAAD: hue angle of 168.63º 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 #31CAAD is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 173 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.21 |
| HSL | 168.63º | 0.61% | 0.49% | - |
| HSV(B) | 168.63º | 0.76% | 0.79% | - |
| XYZ | 29.93 | 45.91 | 46.82 | - |
| YUV | 152.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 173 | 0.76 | 0 | 0.14 | 0.21 | 168.63 | 0.61 | 0.49 |
| Hex | 31 | CA | AD | 4C | 0 | E | 15 | A9 | 3D | 31 |
| Octal | 61 | 312 | 255 | 114 | 0 | 16 | 25 | 251 | 75 | 61 |
| Binary | 110001 | 11001010 | 10101101 | 1001100 | 0 | 1110 | 10101 | 10101001 | 111101 | 110001 |
Color Harmonies of #31CAAD
Complementary color
Monochromatic Colors of #31CAAD
Black with #31CAAD
Text Example
Text Example
White with #31CAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAAD; }
p { color: rgb(49,202,173); }
H1.HeaderClassName
{
color: #31CAAD;
}
.AnyTagClassName
{
color: #31CAAD;
}
</style>
background-color css
<style>
a { background-color: #31CAAD; }
a { background-color: rgb(49,202,173); }
div.DivClassName
{
background-color: #31CAAD;
}
.BgClassName
{
background-color: #31CAAD;
}
</style>
border-color css
<style>
span { border-color: #31CAAD; }
span { border-color: rgb(49,202,173); }
td.TdClassName
{
border-color: #31CAAD;
}
.TagClassName
{
border-color: #31CAAD;
}
</style>