Shades of Shamrock #28C09B
Tints of Shamrock #28C09B
RGB
CMYK
RGB Variations
Color information
#28C09B (or 0x28C09B) is known color: Shamrock. HEX triplet: 28, C0 and 9B. RGB value is (40,192,155). Sum of RGB (Red+Green+Blue) = 40+192+155=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #28C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C09B is #D73F64. Grayscale: #8E8E8E. Windows color (decimal): -14106469 or 10207272. OLE color: 10207272.
HSL color Cylindrical-coordinate representation of color #28C09B: hue angle of 165.39º 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 #28C09B is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 155 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.25 |
| HSL | 165.39º | 0.66% | 0.45% | - |
| HSV(B) | 165.39º | 0.79% | 0.75% | - |
| XYZ | 25.64 | 40.52 | 37.48 | - |
| YUV | 142.33 | 135.14 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 155 | 0.79 | 0 | 0.19 | 0.25 | 165.39 | 0.66 | 0.45 |
| Hex | 28 | C0 | 9B | 4F | 0 | 13 | 19 | A5 | 42 | 2D |
| Octal | 50 | 300 | 233 | 117 | 0 | 23 | 31 | 245 | 102 | 55 |
| Binary | 101000 | 11000000 | 10011011 | 1001111 | 0 | 10011 | 11001 | 10100101 | 1000010 | 101101 |
Color Harmonies of #28C09B
Complementary color
Monochromatic Colors of #28C09B
Black with #28C09B
Text Example
Text Example
White with #28C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C09B; }
p { color: rgb(40,192,155); }
H1.HeaderClassName
{
color: #28C09B;
}
.AnyTagClassName
{
color: #28C09B;
}
</style>
background-color css
<style>
a { background-color: #28C09B; }
a { background-color: rgb(40,192,155); }
div.DivClassName
{
background-color: #28C09B;
}
.BgClassName
{
background-color: #28C09B;
}
</style>
border-color css
<style>
span { border-color: #28C09B; }
span { border-color: rgb(40,192,155); }
td.TdClassName
{
border-color: #28C09B;
}
.TagClassName
{
border-color: #28C09B;
}
</style>