Shades of Shamrock #28CD9C
Tints of Shamrock #28CD9C
RGB
CMYK
RGB Variations
Color information
#28CD9C (or 0x28CD9C) is known color: Shamrock. HEX triplet: 28, CD and 9C. RGB value is (40,205,156). Sum of RGB (Red+Green+Blue) = 40+205+156=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CD9C is #D73263. Grayscale: #969696. Windows color (decimal): -14103140 or 10276136. OLE color: 10276136.
HSL color Cylindrical-coordinate representation of color #28CD9C: hue angle of 162.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD9C is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 156 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.20 |
| HSL | 162.18º | 0.67% | 0.48% | - |
| HSV(B) | 162.18º | 0.8% | 0.8% | - |
| XYZ | 28.71 | 46.51 | 38.92 | - |
| YUV | 150.08 | 131.34 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 156 | 0.80 | 0 | 0.24 | 0.20 | 162.18 | 0.67 | 0.48 |
| Hex | 28 | CD | 9C | 50 | 0 | 18 | 14 | A2 | 43 | 30 |
| Octal | 50 | 315 | 234 | 120 | 0 | 30 | 24 | 242 | 103 | 60 |
| Binary | 101000 | 11001101 | 10011100 | 1010000 | 0 | 11000 | 10100 | 10100010 | 1000011 | 110000 |
Color Harmonies of #28CD9C
Complementary color
Monochromatic Colors of #28CD9C
Black with #28CD9C
Text Example
Text Example
White with #28CD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD9C; }
p { color: rgb(40,205,156); }
H1.HeaderClassName
{
color: #28CD9C;
}
.AnyTagClassName
{
color: #28CD9C;
}
</style>
background-color css
<style>
a { background-color: #28CD9C; }
a { background-color: rgb(40,205,156); }
div.DivClassName
{
background-color: #28CD9C;
}
.BgClassName
{
background-color: #28CD9C;
}
</style>
border-color css
<style>
span { border-color: #28CD9C; }
span { border-color: rgb(40,205,156); }
td.TdClassName
{
border-color: #28CD9C;
}
.TagClassName
{
border-color: #28CD9C;
}
</style>