Shades of Shamrock #27DD9B
Tints of Shamrock #27DD9B
RGB
CMYK
RGB Variations
Color information
#27DD9B (or 0x27DD9B) is known color: Shamrock. HEX triplet: 27, DD and 9B. RGB value is (39,221,155). Sum of RGB (Red+Green+Blue) = 39+221+155=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DD9B is #D82264. Grayscale: #9F9F9F. Windows color (decimal): -14164581 or 10214695. OLE color: 10214695.
HSL color Cylindrical-coordinate representation of color #27DD9B: hue angle of 158.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD9B is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 155 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.13 |
| HSL | 158.24º | 0.73% | 0.51% | - |
| HSV(B) | 158.24º | 0.82% | 0.87% | - |
| XYZ | 32.61 | 54.51 | 39.81 | - |
| YUV | 159.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 155 | 0.82 | 0 | 0.30 | 0.13 | 158.24 | 0.73 | 0.51 |
| Hex | 27 | DD | 9B | 52 | 0 | 1E | D | 9E | 49 | 33 |
| Octal | 47 | 335 | 233 | 122 | 0 | 36 | 15 | 236 | 111 | 63 |
| Binary | 100111 | 11011101 | 10011011 | 1010010 | 0 | 11110 | 1101 | 10011110 | 1001001 | 110011 |
Color Harmonies of #27DD9B
Complementary color
Monochromatic Colors of #27DD9B
Black with #27DD9B
Text Example
Text Example
White with #27DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD9B; }
p { color: rgb(39,221,155); }
H1.HeaderClassName
{
color: #27DD9B;
}
.AnyTagClassName
{
color: #27DD9B;
}
</style>
background-color css
<style>
a { background-color: #27DD9B; }
a { background-color: rgb(39,221,155); }
div.DivClassName
{
background-color: #27DD9B;
}
.BgClassName
{
background-color: #27DD9B;
}
</style>
border-color css
<style>
span { border-color: #27DD9B; }
span { border-color: rgb(39,221,155); }
td.TdClassName
{
border-color: #27DD9B;
}
.TagClassName
{
border-color: #27DD9B;
}
</style>