Shades of Shamrock #28C099
Tints of Shamrock #28C099
RGB
CMYK
RGB Variations
Color information
#28C099 (or 0x28C099) is known color: Shamrock. HEX triplet: 28, C0 and 99. RGB value is (40,192,153). Sum of RGB (Red+Green+Blue) = 40+192+153=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #28C099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C099 is #D73F66. Grayscale: #8E8E8E. Windows color (decimal): -14106471 or 10076200. OLE color: 10076200.
HSL color Cylindrical-coordinate representation of color #28C099: hue angle of 164.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C099 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 153 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.25 |
| HSL | 164.61º | 0.66% | 0.45% | - |
| HSV(B) | 164.61º | 0.79% | 0.75% | - |
| XYZ | 25.47 | 40.45 | 36.6 | - |
| YUV | 142.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 153 | 0.79 | 0 | 0.20 | 0.25 | 164.61 | 0.66 | 0.45 |
| Hex | 28 | C0 | 99 | 4F | 0 | 14 | 19 | A5 | 42 | 2D |
| Octal | 50 | 300 | 231 | 117 | 0 | 24 | 31 | 245 | 102 | 55 |
| Binary | 101000 | 11000000 | 10011001 | 1001111 | 0 | 10100 | 11001 | 10100101 | 1000010 | 101101 |
Color Harmonies of #28C099
Complementary color
Monochromatic Colors of #28C099
Black with #28C099
Text Example
Text Example
White with #28C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C099; }
p { color: rgb(40,192,153); }
H1.HeaderClassName
{
color: #28C099;
}
.AnyTagClassName
{
color: #28C099;
}
</style>
background-color css
<style>
a { background-color: #28C099; }
a { background-color: rgb(40,192,153); }
div.DivClassName
{
background-color: #28C099;
}
.BgClassName
{
background-color: #28C099;
}
</style>
border-color css
<style>
span { border-color: #28C099; }
span { border-color: rgb(40,192,153); }
td.TdClassName
{
border-color: #28C099;
}
.TagClassName
{
border-color: #28C099;
}
</style>