Shades of Shamrock #1CD5B2
Tints of Shamrock #1CD5B2
RGB
CMYK
RGB Variations
Color information
#1CD5B2 (or 0x1CD5B2) is known color: Shamrock. HEX triplet: 1C, D5 and B2. RGB value is (28,213,178). Sum of RGB (Red+Green+Blue) = 28+213+178=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD5B2 is #E32A4D. Grayscale: #999999. Windows color (decimal): -14887502 or 11719964. OLE color: 11719964.
HSL color Cylindrical-coordinate representation of color #1CD5B2: hue angle of 168.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD5B2 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 213 | 178 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.16 |
| HSL | 168.65º | 0.77% | 0.47% | - |
| HSV(B) | 168.65º | 0.87% | 0.84% | - |
| XYZ | 32.31 | 51.05 | 50.27 | - |
| YUV | 153.7 | 141.71 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 213 | 178 | 0.87 | 0 | 0.16 | 0.16 | 168.65 | 0.77 | 0.47 |
| Hex | 1C | D5 | B2 | 57 | 0 | 10 | 10 | A9 | 4D | 2F |
| Octal | 34 | 325 | 262 | 127 | 0 | 20 | 20 | 251 | 115 | 57 |
| Binary | 11100 | 11010101 | 10110010 | 1010111 | 0 | 10000 | 10000 | 10101001 | 1001101 | 101111 |
Color Harmonies of #1CD5B2
Complementary color
Monochromatic Colors of #1CD5B2
Black with #1CD5B2
Text Example
Text Example
White with #1CD5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD5B2; }
p { color: rgb(28,213,178); }
H1.HeaderClassName
{
color: #1CD5B2;
}
.AnyTagClassName
{
color: #1CD5B2;
}
</style>
background-color css
<style>
a { background-color: #1CD5B2; }
a { background-color: rgb(28,213,178); }
div.DivClassName
{
background-color: #1CD5B2;
}
.BgClassName
{
background-color: #1CD5B2;
}
</style>
border-color css
<style>
span { border-color: #1CD5B2; }
span { border-color: rgb(28,213,178); }
td.TdClassName
{
border-color: #1CD5B2;
}
.TagClassName
{
border-color: #1CD5B2;
}
</style>