Shades of Shamrock #28BD98
Tints of Shamrock #28BD98
RGB
CMYK
RGB Variations
Color information
#28BD98 (or 0x28BD98) is known color: Shamrock. HEX triplet: 28, BD and 98. RGB value is (40,189,152). Sum of RGB (Red+Green+Blue) = 40+189+152=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BD98 is #D74267. Grayscale: #8C8C8C. Windows color (decimal): -14107240 or 10009896. OLE color: 10009896.
HSL color Cylindrical-coordinate representation of color #28BD98: hue angle of 165.1º 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 #28BD98 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 152 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.26 |
| HSL | 165.1º | 0.65% | 0.45% | - |
| HSV(B) | 165.1º | 0.79% | 0.74% | - |
| XYZ | 24.74 | 39.11 | 35.95 | - |
| YUV | 140.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 152 | 0.79 | 0 | 0.20 | 0.26 | 165.1 | 0.65 | 0.45 |
| Hex | 28 | BD | 98 | 4F | 0 | 14 | 1A | A5 | 41 | 2D |
| Octal | 50 | 275 | 230 | 117 | 0 | 24 | 32 | 245 | 101 | 55 |
| Binary | 101000 | 10111101 | 10011000 | 1001111 | 0 | 10100 | 11010 | 10100101 | 1000001 | 101101 |
Color Harmonies of #28BD98
Complementary color
Monochromatic Colors of #28BD98
Black with #28BD98
Text Example
Text Example
White with #28BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD98; }
p { color: rgb(40,189,152); }
H1.HeaderClassName
{
color: #28BD98;
}
.AnyTagClassName
{
color: #28BD98;
}
</style>
background-color css
<style>
a { background-color: #28BD98; }
a { background-color: rgb(40,189,152); }
div.DivClassName
{
background-color: #28BD98;
}
.BgClassName
{
background-color: #28BD98;
}
</style>
border-color css
<style>
span { border-color: #28BD98; }
span { border-color: rgb(40,189,152); }
td.TdClassName
{
border-color: #28BD98;
}
.TagClassName
{
border-color: #28BD98;
}
</style>