Shades of Shamrock #27DCB6
Tints of Shamrock #27DCB6
RGB
CMYK
RGB Variations
Color information
#27DCB6 (or 0x27DCB6) is known color: Shamrock. HEX triplet: 27, DC and B6. RGB value is (39,220,182). Sum of RGB (Red+Green+Blue) = 39+220+182=441 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.84% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCB6 is #D82349. Grayscale: #A1A1A1. Windows color (decimal): -14164810 or 11983911. OLE color: 11983911.
HSL color Cylindrical-coordinate representation of color #27DCB6: hue angle of 167.4º 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 #27DCB6 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 182 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.14 |
| HSL | 167.4º | 0.72% | 0.51% | - |
| HSV(B) | 167.4º | 0.82% | 0.86% | - |
| XYZ | 34.87 | 55 | 53.03 | - |
| YUV | 161.55 | 139.53 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 182 | 0.82 | 0 | 0.17 | 0.14 | 167.4 | 0.72 | 0.51 |
| Hex | 27 | DC | B6 | 52 | 0 | 11 | E | A7 | 48 | 33 |
| Octal | 47 | 334 | 266 | 122 | 0 | 21 | 16 | 247 | 110 | 63 |
| Binary | 100111 | 11011100 | 10110110 | 1010010 | 0 | 10001 | 1110 | 10100111 | 1001000 | 110011 |
Color Harmonies of #27DCB6
Complementary color
Monochromatic Colors of #27DCB6
Black with #27DCB6
Text Example
Text Example
White with #27DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCB6; }
p { color: rgb(39,220,182); }
H1.HeaderClassName
{
color: #27DCB6;
}
.AnyTagClassName
{
color: #27DCB6;
}
</style>
background-color css
<style>
a { background-color: #27DCB6; }
a { background-color: rgb(39,220,182); }
div.DivClassName
{
background-color: #27DCB6;
}
.BgClassName
{
background-color: #27DCB6;
}
</style>
border-color css
<style>
span { border-color: #27DCB6; }
span { border-color: rgb(39,220,182); }
td.TdClassName
{
border-color: #27DCB6;
}
.TagClassName
{
border-color: #27DCB6;
}
</style>