Shades of Shamrock #28BC94
Tints of Shamrock #28BC94
RGB
CMYK
RGB Variations
Color information
#28BC94 (or 0x28BC94) is known color: Shamrock. HEX triplet: 28, BC and 94. RGB value is (40,188,148). Sum of RGB (Red+Green+Blue) = 40+188+148=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC94 is #D7436B. Grayscale: #8B8B8B. Windows color (decimal): -14107500 or 9747496. OLE color: 9747496.
HSL color Cylindrical-coordinate representation of color #28BC94: hue angle of 163.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC94 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 148 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.26 |
| HSL | 163.78º | 0.65% | 0.45% | - |
| HSV(B) | 163.78º | 0.79% | 0.74% | - |
| XYZ | 24.2 | 38.56 | 34.18 | - |
| YUV | 139.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 148 | 0.79 | 0 | 0.21 | 0.26 | 163.78 | 0.65 | 0.45 |
| Hex | 28 | BC | 94 | 4F | 0 | 15 | 1A | A4 | 41 | 2D |
| Octal | 50 | 274 | 224 | 117 | 0 | 25 | 32 | 244 | 101 | 55 |
| Binary | 101000 | 10111100 | 10010100 | 1001111 | 0 | 10101 | 11010 | 10100100 | 1000001 | 101101 |
Color Harmonies of #28BC94
Complementary color
Monochromatic Colors of #28BC94
Black with #28BC94
Text Example
Text Example
White with #28BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC94; }
p { color: rgb(40,188,148); }
H1.HeaderClassName
{
color: #28BC94;
}
.AnyTagClassName
{
color: #28BC94;
}
</style>
background-color css
<style>
a { background-color: #28BC94; }
a { background-color: rgb(40,188,148); }
div.DivClassName
{
background-color: #28BC94;
}
.BgClassName
{
background-color: #28BC94;
}
</style>
border-color css
<style>
span { border-color: #28BC94; }
span { border-color: rgb(40,188,148); }
td.TdClassName
{
border-color: #28BC94;
}
.TagClassName
{
border-color: #28BC94;
}
</style>