Shades of Shamrock #28E6B4
Tints of Shamrock #28E6B4
RGB
CMYK
RGB Variations
Color information
#28E6B4 (or 0x28E6B4) is known color: Shamrock. HEX triplet: 28, E6 and B4. RGB value is (40,230,180). Sum of RGB (Red+Green+Blue) = 40+230+180=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #28E6B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28E6B4 is #D7194B. Grayscale: #A7A7A7. Windows color (decimal): -14096716 or 11855400. OLE color: 11855400.
HSL color Cylindrical-coordinate representation of color #28E6B4: hue angle of 164.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E6B4 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 180 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.10 |
| HSL | 164.21º | 0.79% | 0.53% | - |
| HSV(B) | 164.21º | 0.83% | 0.9% | - |
| XYZ | 37.41 | 60.34 | 52.86 | - |
| YUV | 167.49 | 135.05 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 180 | 0.83 | 0 | 0.22 | 0.10 | 164.21 | 0.79 | 0.53 |
| Hex | 28 | E6 | B4 | 53 | 0 | 16 | A | A4 | 4F | 35 |
| Octal | 50 | 346 | 264 | 123 | 0 | 26 | 12 | 244 | 117 | 65 |
| Binary | 101000 | 11100110 | 10110100 | 1010011 | 0 | 10110 | 1010 | 10100100 | 1001111 | 110101 |
Color Harmonies of #28E6B4
Complementary color
Monochromatic Colors of #28E6B4
Black with #28E6B4
Text Example
Text Example
White with #28E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E6B4; }
p { color: rgb(40,230,180); }
H1.HeaderClassName
{
color: #28E6B4;
}
.AnyTagClassName
{
color: #28E6B4;
}
</style>
background-color css
<style>
a { background-color: #28E6B4; }
a { background-color: rgb(40,230,180); }
div.DivClassName
{
background-color: #28E6B4;
}
.BgClassName
{
background-color: #28E6B4;
}
</style>
border-color css
<style>
span { border-color: #28E6B4; }
span { border-color: rgb(40,230,180); }
td.TdClassName
{
border-color: #28E6B4;
}
.TagClassName
{
border-color: #28E6B4;
}
</style>