Shades of Shamrock #28CAAB
Tints of Shamrock #28CAAB
RGB
CMYK
RGB Variations
Color information
#28CAAB (or 0x28CAAB) is known color: Shamrock. HEX triplet: 28, CA and AB. RGB value is (40,202,171). Sum of RGB (Red+Green+Blue) = 40+202+171=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CAAB is #D73554. Grayscale: #959595. Windows color (decimal): -14103893 or 11258408. OLE color: 11258408.
HSL color Cylindrical-coordinate representation of color #28CAAB: hue angle of 168.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CAAB is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 171 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.21 |
| HSL | 168.52º | 0.67% | 0.47% | - |
| HSV(B) | 168.52º | 0.8% | 0.79% | - |
| XYZ | 29.35 | 45.63 | 45.79 | - |
| YUV | 150.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 171 | 0.80 | 0 | 0.15 | 0.21 | 168.52 | 0.67 | 0.47 |
| Hex | 28 | CA | AB | 50 | 0 | F | 15 | A9 | 43 | 2F |
| Octal | 50 | 312 | 253 | 120 | 0 | 17 | 25 | 251 | 103 | 57 |
| Binary | 101000 | 11001010 | 10101011 | 1010000 | 0 | 1111 | 10101 | 10101001 | 1000011 | 101111 |
Color Harmonies of #28CAAB
Complementary color
Monochromatic Colors of #28CAAB
Black with #28CAAB
Text Example
Text Example
White with #28CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAAB; }
p { color: rgb(40,202,171); }
H1.HeaderClassName
{
color: #28CAAB;
}
.AnyTagClassName
{
color: #28CAAB;
}
</style>
background-color css
<style>
a { background-color: #28CAAB; }
a { background-color: rgb(40,202,171); }
div.DivClassName
{
background-color: #28CAAB;
}
.BgClassName
{
background-color: #28CAAB;
}
</style>
border-color css
<style>
span { border-color: #28CAAB; }
span { border-color: rgb(40,202,171); }
td.TdClassName
{
border-color: #28CAAB;
}
.TagClassName
{
border-color: #28CAAB;
}
</style>