Shades of Shamrock #28DBB5
Tints of Shamrock #28DBB5
RGB
CMYK
RGB Variations
Color information
#28DBB5 (or 0x28DBB5) is known color: Shamrock. HEX triplet: 28, DB and B5. RGB value is (40,219,181). Sum of RGB (Red+Green+Blue) = 40+219+181=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBB5 is #D7244A. Grayscale: #A1A1A1. Windows color (decimal): -14099531 or 11918120. OLE color: 11918120.
HSL color Cylindrical-coordinate representation of color #28DBB5: hue angle of 167.26º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBB5 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 181 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.14 |
| HSL | 167.26º | 0.71% | 0.51% | - |
| HSV(B) | 167.26º | 0.82% | 0.86% | - |
| XYZ | 34.55 | 54.45 | 52.41 | - |
| YUV | 161.15 | 139.2 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 181 | 0.82 | 0 | 0.17 | 0.14 | 167.26 | 0.71 | 0.51 |
| Hex | 28 | DB | B5 | 52 | 0 | 11 | E | A7 | 47 | 33 |
| Octal | 50 | 333 | 265 | 122 | 0 | 21 | 16 | 247 | 107 | 63 |
| Binary | 101000 | 11011011 | 10110101 | 1010010 | 0 | 10001 | 1110 | 10100111 | 1000111 | 110011 |
Color Harmonies of #28DBB5
Complementary color
Monochromatic Colors of #28DBB5
Black with #28DBB5
Text Example
Text Example
White with #28DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBB5; }
p { color: rgb(40,219,181); }
H1.HeaderClassName
{
color: #28DBB5;
}
.AnyTagClassName
{
color: #28DBB5;
}
</style>
background-color css
<style>
a { background-color: #28DBB5; }
a { background-color: rgb(40,219,181); }
div.DivClassName
{
background-color: #28DBB5;
}
.BgClassName
{
background-color: #28DBB5;
}
</style>
border-color css
<style>
span { border-color: #28DBB5; }
span { border-color: rgb(40,219,181); }
td.TdClassName
{
border-color: #28DBB5;
}
.TagClassName
{
border-color: #28DBB5;
}
</style>