Shades of Shamrock #27DDA8
Tints of Shamrock #27DDA8
RGB
CMYK
RGB Variations
Color information
#27DDA8 (or 0x27DDA8) is known color: Shamrock. HEX triplet: 27, DD and A8. RGB value is (39,221,168). Sum of RGB (Red+Green+Blue) = 39+221+168=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DDA8 is #D82257. Grayscale: #A0A0A0. Windows color (decimal): -14164568 or 11066663. OLE color: 11066663.
HSL color Cylindrical-coordinate representation of color #27DDA8: hue angle of 162.53º 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 #27DDA8 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 168 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.13 |
| HSL | 162.53º | 0.73% | 0.51% | - |
| HSV(B) | 162.53º | 0.82% | 0.87% | - |
| XYZ | 33.76 | 54.97 | 45.88 | - |
| YUV | 160.54 | 132.2 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 168 | 0.82 | 0 | 0.24 | 0.13 | 162.53 | 0.73 | 0.51 |
| Hex | 27 | DD | A8 | 52 | 0 | 18 | D | A3 | 49 | 33 |
| Octal | 47 | 335 | 250 | 122 | 0 | 30 | 15 | 243 | 111 | 63 |
| Binary | 100111 | 11011101 | 10101000 | 1010010 | 0 | 11000 | 1101 | 10100011 | 1001001 | 110011 |
Color Harmonies of #27DDA8
Complementary color
Monochromatic Colors of #27DDA8
Black with #27DDA8
Text Example
Text Example
White with #27DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDA8; }
p { color: rgb(39,221,168); }
H1.HeaderClassName
{
color: #27DDA8;
}
.AnyTagClassName
{
color: #27DDA8;
}
</style>
background-color css
<style>
a { background-color: #27DDA8; }
a { background-color: rgb(39,221,168); }
div.DivClassName
{
background-color: #27DDA8;
}
.BgClassName
{
background-color: #27DDA8;
}
</style>
border-color css
<style>
span { border-color: #27DDA8; }
span { border-color: rgb(39,221,168); }
td.TdClassName
{
border-color: #27DDA8;
}
.TagClassName
{
border-color: #27DDA8;
}
</style>