Shades of Shamrock #23C194
Tints of Shamrock #23C194
RGB
CMYK
RGB Variations
Color information
#23C194 (or 0x23C194) is known color: Shamrock. HEX triplet: 23, C1 and 94. RGB value is (35,193,148). Sum of RGB (Red+Green+Blue) = 35+193+148=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #23C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C194 is #DC3E6B. Grayscale: #8C8C8C. Windows color (decimal): -14433900 or 9748771. OLE color: 9748771.
HSL color Cylindrical-coordinate representation of color #23C194: hue angle of 162.91º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C194 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 193 | 148 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.24 |
| HSL | 162.91º | 0.69% | 0.45% | - |
| HSV(B) | 162.91º | 0.82% | 0.76% | - |
| XYZ | 25.11 | 40.64 | 34.54 | - |
| YUV | 140.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 193 | 148 | 0.82 | 0 | 0.23 | 0.24 | 162.91 | 0.69 | 0.45 |
| Hex | 23 | C1 | 94 | 52 | 0 | 17 | 18 | A3 | 45 | 2D |
| Octal | 43 | 301 | 224 | 122 | 0 | 27 | 30 | 243 | 105 | 55 |
| Binary | 100011 | 11000001 | 10010100 | 1010010 | 0 | 10111 | 11000 | 10100011 | 1000101 | 101101 |
Color Harmonies of #23C194
Complementary color
Monochromatic Colors of #23C194
Black with #23C194
Text Example
Text Example
White with #23C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C194; }
p { color: rgb(35,193,148); }
H1.HeaderClassName
{
color: #23C194;
}
.AnyTagClassName
{
color: #23C194;
}
</style>
background-color css
<style>
a { background-color: #23C194; }
a { background-color: rgb(35,193,148); }
div.DivClassName
{
background-color: #23C194;
}
.BgClassName
{
background-color: #23C194;
}
</style>
border-color css
<style>
span { border-color: #23C194; }
span { border-color: rgb(35,193,148); }
td.TdClassName
{
border-color: #23C194;
}
.TagClassName
{
border-color: #23C194;
}
</style>