Shades of Shamrock #28CEAE
Tints of Shamrock #28CEAE
RGB
CMYK
RGB Variations
Color information
#28CEAE (or 0x28CEAE) is known color: Shamrock. HEX triplet: 28, CE and AE. RGB value is (40,206,174). Sum of RGB (Red+Green+Blue) = 40+206+174=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CEAE is #D73151. Grayscale: #989898. Windows color (decimal): -14102866 or 11456040. OLE color: 11456040.
HSL color Cylindrical-coordinate representation of color #28CEAE: hue angle of 168.43º degrees, saturation: 0.67, 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 #28CEAE is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 174 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.19 |
| HSL | 168.43º | 0.67% | 0.48% | - |
| HSV(B) | 168.43º | 0.81% | 0.81% | - |
| XYZ | 30.59 | 47.65 | 47.63 | - |
| YUV | 152.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 174 | 0.81 | 0 | 0.16 | 0.19 | 168.43 | 0.67 | 0.48 |
| Hex | 28 | CE | AE | 51 | 0 | 10 | 13 | A8 | 43 | 30 |
| Octal | 50 | 316 | 256 | 121 | 0 | 20 | 23 | 250 | 103 | 60 |
| Binary | 101000 | 11001110 | 10101110 | 1010001 | 0 | 10000 | 10011 | 10101000 | 1000011 | 110000 |
Color Harmonies of #28CEAE
Complementary color
Monochromatic Colors of #28CEAE
Black with #28CEAE
Text Example
Text Example
White with #28CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEAE; }
p { color: rgb(40,206,174); }
H1.HeaderClassName
{
color: #28CEAE;
}
.AnyTagClassName
{
color: #28CEAE;
}
</style>
background-color css
<style>
a { background-color: #28CEAE; }
a { background-color: rgb(40,206,174); }
div.DivClassName
{
background-color: #28CEAE;
}
.BgClassName
{
background-color: #28CEAE;
}
</style>
border-color css
<style>
span { border-color: #28CEAE; }
span { border-color: rgb(40,206,174); }
td.TdClassName
{
border-color: #28CEAE;
}
.TagClassName
{
border-color: #28CEAE;
}
</style>