Shades of Shamrock #28CFAD
Tints of Shamrock #28CFAD
RGB
CMYK
RGB Variations
Color information
#28CFAD (or 0x28CFAD) is known color: Shamrock. HEX triplet: 28, CF and AD. RGB value is (40,207,173). Sum of RGB (Red+Green+Blue) = 40+207+173=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CFAD is #D73052. Grayscale: #999999. Windows color (decimal): -14102611 or 11390760. OLE color: 11390760.
HSL color Cylindrical-coordinate representation of color #28CFAD: hue angle of 167.78º 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 #28CFAD is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 173 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.19 |
| HSL | 167.78º | 0.68% | 0.48% | - |
| HSV(B) | 167.78º | 0.81% | 0.81% | - |
| XYZ | 30.73 | 48.09 | 47.2 | - |
| YUV | 153.19 | 139.17 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 173 | 0.81 | 0 | 0.16 | 0.19 | 167.78 | 0.68 | 0.48 |
| Hex | 28 | CF | AD | 51 | 0 | 10 | 13 | A8 | 44 | 30 |
| Octal | 50 | 317 | 255 | 121 | 0 | 20 | 23 | 250 | 104 | 60 |
| Binary | 101000 | 11001111 | 10101101 | 1010001 | 0 | 10000 | 10011 | 10101000 | 1000100 | 110000 |
Color Harmonies of #28CFAD
Complementary color
Monochromatic Colors of #28CFAD
Black with #28CFAD
Text Example
Text Example
White with #28CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFAD; }
p { color: rgb(40,207,173); }
H1.HeaderClassName
{
color: #28CFAD;
}
.AnyTagClassName
{
color: #28CFAD;
}
</style>
background-color css
<style>
a { background-color: #28CFAD; }
a { background-color: rgb(40,207,173); }
div.DivClassName
{
background-color: #28CFAD;
}
.BgClassName
{
background-color: #28CFAD;
}
</style>
border-color css
<style>
span { border-color: #28CFAD; }
span { border-color: rgb(40,207,173); }
td.TdClassName
{
border-color: #28CFAD;
}
.TagClassName
{
border-color: #28CFAD;
}
</style>