Shades of Shamrock #28C89E
Tints of Shamrock #28C89E
RGB
CMYK
RGB Variations
Color information
#28C89E (or 0x28C89E) is known color: Shamrock. HEX triplet: 28, C8 and 9E. RGB value is (40,200,158). Sum of RGB (Red+Green+Blue) = 40+200+158=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #28C89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C89E is #D73761. Grayscale: #939393. Windows color (decimal): -14104418 or 10405928. OLE color: 10405928.
HSL color Cylindrical-coordinate representation of color #28C89E: hue angle of 164.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C89E is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 158 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.22 |
| HSL | 164.25º | 0.67% | 0.47% | - |
| HSV(B) | 164.25º | 0.8% | 0.78% | - |
| XYZ | 27.7 | 44.23 | 39.42 | - |
| YUV | 147.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 158 | 0.8 | 0 | 0.21 | 0.22 | 164.25 | 0.67 | 0.47 |
| Hex | 28 | C8 | 9E | 50 | 0 | 15 | 16 | A4 | 43 | 2F |
| Octal | 50 | 310 | 236 | 120 | 0 | 25 | 26 | 244 | 103 | 57 |
| Binary | 101000 | 11001000 | 10011110 | 1010000 | 0 | 10101 | 10110 | 10100100 | 1000011 | 101111 |
Color Harmonies of #28C89E
Complementary color
Monochromatic Colors of #28C89E
Black with #28C89E
Text Example
Text Example
White with #28C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C89E; }
p { color: rgb(40,200,158); }
H1.HeaderClassName
{
color: #28C89E;
}
.AnyTagClassName
{
color: #28C89E;
}
</style>
background-color css
<style>
a { background-color: #28C89E; }
a { background-color: rgb(40,200,158); }
div.DivClassName
{
background-color: #28C89E;
}
.BgClassName
{
background-color: #28C89E;
}
</style>
border-color css
<style>
span { border-color: #28C89E; }
span { border-color: rgb(40,200,158); }
td.TdClassName
{
border-color: #28C89E;
}
.TagClassName
{
border-color: #28C89E;
}
</style>