Shades of Shamrock #28CAAC
Tints of Shamrock #28CAAC
RGB
CMYK
RGB Variations
Color information
#28CAAC (or 0x28CAAC) is known color: Shamrock. HEX triplet: 28, CA and AC. RGB value is (40,202,172). Sum of RGB (Red+Green+Blue) = 40+202+172=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CAAC is #D73553. Grayscale: #969696. Windows color (decimal): -14103892 or 11323944. OLE color: 11323944.
HSL color Cylindrical-coordinate representation of color #28CAAC: hue angle of 168.89º 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 #28CAAC is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 172 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.21 |
| HSL | 168.89º | 0.67% | 0.47% | - |
| HSV(B) | 168.89º | 0.8% | 0.79% | - |
| XYZ | 29.44 | 45.67 | 46.29 | - |
| YUV | 150.14 | 140.33 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 172 | 0.80 | 0 | 0.15 | 0.21 | 168.89 | 0.67 | 0.47 |
| Hex | 28 | CA | AC | 50 | 0 | F | 15 | A9 | 43 | 2F |
| Octal | 50 | 312 | 254 | 120 | 0 | 17 | 25 | 251 | 103 | 57 |
| Binary | 101000 | 11001010 | 10101100 | 1010000 | 0 | 1111 | 10101 | 10101001 | 1000011 | 101111 |
Color Harmonies of #28CAAC
Complementary color
Monochromatic Colors of #28CAAC
Black with #28CAAC
Text Example
Text Example
White with #28CAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAAC; }
p { color: rgb(40,202,172); }
H1.HeaderClassName
{
color: #28CAAC;
}
.AnyTagClassName
{
color: #28CAAC;
}
</style>
background-color css
<style>
a { background-color: #28CAAC; }
a { background-color: rgb(40,202,172); }
div.DivClassName
{
background-color: #28CAAC;
}
.BgClassName
{
background-color: #28CAAC;
}
</style>
border-color css
<style>
span { border-color: #28CAAC; }
span { border-color: rgb(40,202,172); }
td.TdClassName
{
border-color: #28CAAC;
}
.TagClassName
{
border-color: #28CAAC;
}
</style>