Shades of Shamrock #28DBB4
Tints of Shamrock #28DBB4
RGB
CMYK
RGB Variations
Color information
#28DBB4 (or 0x28DBB4) is known color: Shamrock. HEX triplet: 28, DB and B4. RGB value is (40,219,180). Sum of RGB (Red+Green+Blue) = 40+219+180=439 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.11% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBB4 is #D7244B. Grayscale: #A1A1A1. Windows color (decimal): -14099532 or 11852584. OLE color: 11852584.
HSL color Cylindrical-coordinate representation of color #28DBB4: hue angle of 166.93º 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 #28DBB4 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 180 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.14 |
| HSL | 166.93º | 0.71% | 0.51% | - |
| HSV(B) | 166.93º | 0.82% | 0.86% | - |
| XYZ | 34.44 | 54.41 | 51.87 | - |
| YUV | 161.03 | 138.7 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 180 | 0.82 | 0 | 0.18 | 0.14 | 166.93 | 0.71 | 0.51 |
| Hex | 28 | DB | B4 | 52 | 0 | 12 | E | A7 | 47 | 33 |
| Octal | 50 | 333 | 264 | 122 | 0 | 22 | 16 | 247 | 107 | 63 |
| Binary | 101000 | 11011011 | 10110100 | 1010010 | 0 | 10010 | 1110 | 10100111 | 1000111 | 110011 |
Color Harmonies of #28DBB4
Complementary color
Monochromatic Colors of #28DBB4
Black with #28DBB4
Text Example
Text Example
White with #28DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBB4; }
p { color: rgb(40,219,180); }
H1.HeaderClassName
{
color: #28DBB4;
}
.AnyTagClassName
{
color: #28DBB4;
}
</style>
background-color css
<style>
a { background-color: #28DBB4; }
a { background-color: rgb(40,219,180); }
div.DivClassName
{
background-color: #28DBB4;
}
.BgClassName
{
background-color: #28DBB4;
}
</style>
border-color css
<style>
span { border-color: #28DBB4; }
span { border-color: rgb(40,219,180); }
td.TdClassName
{
border-color: #28DBB4;
}
.TagClassName
{
border-color: #28DBB4;
}
</style>