Shades of Shamrock #28BC99
Tints of Shamrock #28BC99
RGB
CMYK
RGB Variations
Color information
#28BC99 (or 0x28BC99) is known color: Shamrock. HEX triplet: 28, BC and 99. RGB value is (40,188,153). Sum of RGB (Red+Green+Blue) = 40+188+153=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC99 is #D74366. Grayscale: #8B8B8B. Windows color (decimal): -14107495 or 10075176. OLE color: 10075176.
HSL color Cylindrical-coordinate representation of color #28BC99: hue angle of 165.81º 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 #28BC99 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 153 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.26 |
| HSL | 165.81º | 0.65% | 0.45% | - |
| HSV(B) | 165.81º | 0.79% | 0.74% | - |
| XYZ | 24.61 | 38.72 | 36.31 | - |
| YUV | 139.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 153 | 0.79 | 0 | 0.19 | 0.26 | 165.81 | 0.65 | 0.45 |
| Hex | 28 | BC | 99 | 4F | 0 | 13 | 1A | A6 | 41 | 2D |
| Octal | 50 | 274 | 231 | 117 | 0 | 23 | 32 | 246 | 101 | 55 |
| Binary | 101000 | 10111100 | 10011001 | 1001111 | 0 | 10011 | 11010 | 10100110 | 1000001 | 101101 |
Color Harmonies of #28BC99
Complementary color
Monochromatic Colors of #28BC99
Black with #28BC99
Text Example
Text Example
White with #28BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC99; }
p { color: rgb(40,188,153); }
H1.HeaderClassName
{
color: #28BC99;
}
.AnyTagClassName
{
color: #28BC99;
}
</style>
background-color css
<style>
a { background-color: #28BC99; }
a { background-color: rgb(40,188,153); }
div.DivClassName
{
background-color: #28BC99;
}
.BgClassName
{
background-color: #28BC99;
}
</style>
border-color css
<style>
span { border-color: #28BC99; }
span { border-color: rgb(40,188,153); }
td.TdClassName
{
border-color: #28BC99;
}
.TagClassName
{
border-color: #28BC99;
}
</style>