Shades of Shamrock #27DCB1
Tints of Shamrock #27DCB1
RGB
CMYK
RGB Variations
Color information
#27DCB1 (or 0x27DCB1) is known color: Shamrock. HEX triplet: 27, DC and B1. RGB value is (39,220,177). Sum of RGB (Red+Green+Blue) = 39+220+177=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DCB1 is #D8234E. Grayscale: #A0A0A0. Windows color (decimal): -14164815 or 11656231. OLE color: 11656231.
HSL color Cylindrical-coordinate representation of color #27DCB1: hue angle of 165.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCB1 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 177 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.14 |
| HSL | 165.75º | 0.72% | 0.51% | - |
| HSV(B) | 165.75º | 0.82% | 0.86% | - |
| XYZ | 34.37 | 54.79 | 50.36 | - |
| YUV | 160.98 | 137.03 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 177 | 0.82 | 0 | 0.20 | 0.14 | 165.75 | 0.72 | 0.51 |
| Hex | 27 | DC | B1 | 52 | 0 | 14 | E | A6 | 48 | 33 |
| Octal | 47 | 334 | 261 | 122 | 0 | 24 | 16 | 246 | 110 | 63 |
| Binary | 100111 | 11011100 | 10110001 | 1010010 | 0 | 10100 | 1110 | 10100110 | 1001000 | 110011 |
Color Harmonies of #27DCB1
Complementary color
Monochromatic Colors of #27DCB1
Black with #27DCB1
Text Example
Text Example
White with #27DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCB1; }
p { color: rgb(39,220,177); }
H1.HeaderClassName
{
color: #27DCB1;
}
.AnyTagClassName
{
color: #27DCB1;
}
</style>
background-color css
<style>
a { background-color: #27DCB1; }
a { background-color: rgb(39,220,177); }
div.DivClassName
{
background-color: #27DCB1;
}
.BgClassName
{
background-color: #27DCB1;
}
</style>
border-color css
<style>
span { border-color: #27DCB1; }
span { border-color: rgb(39,220,177); }
td.TdClassName
{
border-color: #27DCB1;
}
.TagClassName
{
border-color: #27DCB1;
}
</style>