Shades of Shamrock #28C7A9
Tints of Shamrock #28C7A9
RGB
CMYK
RGB Variations
Color information
#28C7A9 (or 0x28C7A9) is known color: Shamrock. HEX triplet: 28, C7 and A9. RGB value is (40,199,169). Sum of RGB (Red+Green+Blue) = 40+199+169=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #28C7A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C7A9 is #D73856. Grayscale: #949494. Windows color (decimal): -14104663 or 11126568. OLE color: 11126568.
HSL color Cylindrical-coordinate representation of color #28C7A9: hue angle of 168.68º 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 #28C7A9 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 169 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.22 |
| HSL | 168.68º | 0.67% | 0.47% | - |
| HSV(B) | 168.68º | 0.8% | 0.78% | - |
| XYZ | 28.46 | 44.16 | 44.56 | - |
| YUV | 148.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 169 | 0.80 | 0 | 0.15 | 0.22 | 168.68 | 0.67 | 0.47 |
| Hex | 28 | C7 | A9 | 50 | 0 | F | 16 | A9 | 43 | 2F |
| Octal | 50 | 307 | 251 | 120 | 0 | 17 | 26 | 251 | 103 | 57 |
| Binary | 101000 | 11000111 | 10101001 | 1010000 | 0 | 1111 | 10110 | 10101001 | 1000011 | 101111 |
Color Harmonies of #28C7A9
Complementary color
Monochromatic Colors of #28C7A9
Black with #28C7A9
Text Example
Text Example
White with #28C7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C7A9; }
p { color: rgb(40,199,169); }
H1.HeaderClassName
{
color: #28C7A9;
}
.AnyTagClassName
{
color: #28C7A9;
}
</style>
background-color css
<style>
a { background-color: #28C7A9; }
a { background-color: rgb(40,199,169); }
div.DivClassName
{
background-color: #28C7A9;
}
.BgClassName
{
background-color: #28C7A9;
}
</style>
border-color css
<style>
span { border-color: #28C7A9; }
span { border-color: rgb(40,199,169); }
td.TdClassName
{
border-color: #28C7A9;
}
.TagClassName
{
border-color: #28C7A9;
}
</style>