Shades of Shamrock #28CEAF
Tints of Shamrock #28CEAF
RGB
CMYK
RGB Variations
Color information
#28CEAF (or 0x28CEAF) is known color: Shamrock. HEX triplet: 28, CE and AF. RGB value is (40,206,175). Sum of RGB (Red+Green+Blue) = 40+206+175=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CEAF is #D73150. Grayscale: #989898. Windows color (decimal): -14102865 or 11521576. OLE color: 11521576.
HSL color Cylindrical-coordinate representation of color #28CEAF: hue angle of 168.8º 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 #28CEAF is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 175 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.19 |
| HSL | 168.8º | 0.67% | 0.48% | - |
| HSV(B) | 168.8º | 0.81% | 0.81% | - |
| XYZ | 30.68 | 47.69 | 48.15 | - |
| YUV | 152.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 175 | 0.81 | 0 | 0.15 | 0.19 | 168.8 | 0.67 | 0.48 |
| Hex | 28 | CE | AF | 51 | 0 | F | 13 | A9 | 43 | 30 |
| Octal | 50 | 316 | 257 | 121 | 0 | 17 | 23 | 251 | 103 | 60 |
| Binary | 101000 | 11001110 | 10101111 | 1010001 | 0 | 1111 | 10011 | 10101001 | 1000011 | 110000 |
Color Harmonies of #28CEAF
Complementary color
Monochromatic Colors of #28CEAF
Black with #28CEAF
Text Example
Text Example
White with #28CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEAF; }
p { color: rgb(40,206,175); }
H1.HeaderClassName
{
color: #28CEAF;
}
.AnyTagClassName
{
color: #28CEAF;
}
</style>
background-color css
<style>
a { background-color: #28CEAF; }
a { background-color: rgb(40,206,175); }
div.DivClassName
{
background-color: #28CEAF;
}
.BgClassName
{
background-color: #28CEAF;
}
</style>
border-color css
<style>
span { border-color: #28CEAF; }
span { border-color: rgb(40,206,175); }
td.TdClassName
{
border-color: #28CEAF;
}
.TagClassName
{
border-color: #28CEAF;
}
</style>