Shades of Shamrock #39C09B
Tints of Shamrock #39C09B
RGB
CMYK
RGB Variations
Color information
#39C09B (or 0x39C09B) is known color: Shamrock. HEX triplet: 39, C0 and 9B. RGB value is (57,192,155). Sum of RGB (Red+Green+Blue) = 57+192+155=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #39C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39C09B is #C63F64. Grayscale: #939393. Windows color (decimal): -12992357 or 10207289. OLE color: 10207289.
HSL color Cylindrical-coordinate representation of color #39C09B: hue angle of 163.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C09B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 155 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.25 |
| HSL | 163.56º | 0.54% | 0.49% | - |
| HSV(B) | 163.56º | 0.7% | 0.75% | - |
| XYZ | 26.45 | 40.94 | 37.52 | - |
| YUV | 147.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 155 | 0.70 | 0 | 0.19 | 0.25 | 163.56 | 0.54 | 0.49 |
| Hex | 39 | C0 | 9B | 46 | 0 | 13 | 19 | A4 | 36 | 31 |
| Octal | 71 | 300 | 233 | 106 | 0 | 23 | 31 | 244 | 66 | 61 |
| Binary | 111001 | 11000000 | 10011011 | 1000110 | 0 | 10011 | 11001 | 10100100 | 110110 | 110001 |
Color Harmonies of #39C09B
Complementary color
Monochromatic Colors of #39C09B
Black with #39C09B
Text Example
Text Example
White with #39C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C09B; }
p { color: rgb(57,192,155); }
H1.HeaderClassName
{
color: #39C09B;
}
.AnyTagClassName
{
color: #39C09B;
}
</style>
background-color css
<style>
a { background-color: #39C09B; }
a { background-color: rgb(57,192,155); }
div.DivClassName
{
background-color: #39C09B;
}
.BgClassName
{
background-color: #39C09B;
}
</style>
border-color css
<style>
span { border-color: #39C09B; }
span { border-color: rgb(57,192,155); }
td.TdClassName
{
border-color: #39C09B;
}
.TagClassName
{
border-color: #39C09B;
}
</style>