Shades of Shamrock #28D0AF
Tints of Shamrock #28D0AF
RGB
CMYK
RGB Variations
Color information
#28D0AF (or 0x28D0AF) is known color: Shamrock. HEX triplet: 28, D0 and AF. RGB value is (40,208,175). Sum of RGB (Red+Green+Blue) = 40+208+175=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #28D0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28D0AF is #D72F50. Grayscale: #999999. Windows color (decimal): -14102353 or 11522088. OLE color: 11522088.
HSL color Cylindrical-coordinate representation of color #28D0AF: hue angle of 168.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D0AF is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 175 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.18 |
| HSL | 168.21º | 0.68% | 0.49% | - |
| HSV(B) | 168.21º | 0.81% | 0.82% | - |
| XYZ | 31.17 | 48.66 | 48.31 | - |
| YUV | 154.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 175 | 0.81 | 0 | 0.16 | 0.18 | 168.21 | 0.68 | 0.49 |
| Hex | 28 | D0 | AF | 51 | 0 | 10 | 12 | A8 | 44 | 31 |
| Octal | 50 | 320 | 257 | 121 | 0 | 20 | 22 | 250 | 104 | 61 |
| Binary | 101000 | 11010000 | 10101111 | 1010001 | 0 | 10000 | 10010 | 10101000 | 1000100 | 110001 |
Color Harmonies of #28D0AF
Complementary color
Monochromatic Colors of #28D0AF
Black with #28D0AF
Text Example
Text Example
White with #28D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0AF; }
p { color: rgb(40,208,175); }
H1.HeaderClassName
{
color: #28D0AF;
}
.AnyTagClassName
{
color: #28D0AF;
}
</style>
background-color css
<style>
a { background-color: #28D0AF; }
a { background-color: rgb(40,208,175); }
div.DivClassName
{
background-color: #28D0AF;
}
.BgClassName
{
background-color: #28D0AF;
}
</style>
border-color css
<style>
span { border-color: #28D0AF; }
span { border-color: rgb(40,208,175); }
td.TdClassName
{
border-color: #28D0AF;
}
.TagClassName
{
border-color: #28D0AF;
}
</style>