Shades of Shamrock #28CFA7
Tints of Shamrock #28CFA7
RGB
CMYK
RGB Variations
Color information
#28CFA7 (or 0x28CFA7) is known color: Shamrock. HEX triplet: 28, CF and A7. RGB value is (40,207,167). Sum of RGB (Red+Green+Blue) = 40+207+167=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CFA7 is #D73058. Grayscale: #989898. Windows color (decimal): -14102617 or 10997544. OLE color: 10997544.
HSL color Cylindrical-coordinate representation of color #28CFA7: hue angle of 165.63º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CFA7 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 167 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.19 |
| HSL | 165.63º | 0.68% | 0.48% | - |
| HSV(B) | 165.63º | 0.81% | 0.81% | - |
| XYZ | 30.16 | 47.87 | 44.21 | - |
| YUV | 152.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 167 | 0.81 | 0 | 0.19 | 0.19 | 165.63 | 0.68 | 0.48 |
| Hex | 28 | CF | A7 | 51 | 0 | 13 | 13 | A6 | 44 | 30 |
| Octal | 50 | 317 | 247 | 121 | 0 | 23 | 23 | 246 | 104 | 60 |
| Binary | 101000 | 11001111 | 10100111 | 1010001 | 0 | 10011 | 10011 | 10100110 | 1000100 | 110000 |
Color Harmonies of #28CFA7
Complementary color
Monochromatic Colors of #28CFA7
Black with #28CFA7
Text Example
Text Example
White with #28CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFA7; }
p { color: rgb(40,207,167); }
H1.HeaderClassName
{
color: #28CFA7;
}
.AnyTagClassName
{
color: #28CFA7;
}
</style>
background-color css
<style>
a { background-color: #28CFA7; }
a { background-color: rgb(40,207,167); }
div.DivClassName
{
background-color: #28CFA7;
}
.BgClassName
{
background-color: #28CFA7;
}
</style>
border-color css
<style>
span { border-color: #28CFA7; }
span { border-color: rgb(40,207,167); }
td.TdClassName
{
border-color: #28CFA7;
}
.TagClassName
{
border-color: #28CFA7;
}
</style>