Shades of Shamrock #23CB96
Tints of Shamrock #23CB96
RGB
CMYK
RGB Variations
Color information
#23CB96 (or 0x23CB96) is known color: Shamrock. HEX triplet: 23, CB and 96. RGB value is (35,203,150). Sum of RGB (Red+Green+Blue) = 35+203+150=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #23CB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CB96 is #DC3469. Grayscale: #929292. Windows color (decimal): -14431338 or 9882403. OLE color: 9882403.
HSL color Cylindrical-coordinate representation of color #23CB96: hue angle of 161.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CB96 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 203 | 150 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.20 |
| HSL | 161.07º | 0.71% | 0.47% | - |
| HSV(B) | 161.07º | 0.83% | 0.8% | - |
| XYZ | 27.55 | 45.27 | 36.14 | - |
| YUV | 146.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 150 | 0.83 | 0 | 0.26 | 0.20 | 161.07 | 0.71 | 0.47 |
| Hex | 23 | CB | 96 | 53 | 0 | 1A | 14 | A1 | 47 | 2F |
| Octal | 43 | 313 | 226 | 123 | 0 | 32 | 24 | 241 | 107 | 57 |
| Binary | 100011 | 11001011 | 10010110 | 1010011 | 0 | 11010 | 10100 | 10100001 | 1000111 | 101111 |
Color Harmonies of #23CB96
Complementary color
Monochromatic Colors of #23CB96
Black with #23CB96
Text Example
Text Example
White with #23CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CB96; }
p { color: rgb(35,203,150); }
H1.HeaderClassName
{
color: #23CB96;
}
.AnyTagClassName
{
color: #23CB96;
}
</style>
background-color css
<style>
a { background-color: #23CB96; }
a { background-color: rgb(35,203,150); }
div.DivClassName
{
background-color: #23CB96;
}
.BgClassName
{
background-color: #23CB96;
}
</style>
border-color css
<style>
span { border-color: #23CB96; }
span { border-color: rgb(35,203,150); }
td.TdClassName
{
border-color: #23CB96;
}
.TagClassName
{
border-color: #23CB96;
}
</style>