Shades of Shamrock #27DBB5
Tints of Shamrock #27DBB5
RGB
CMYK
RGB Variations
Color information
#27DBB5 (or 0x27DBB5) is known color: Shamrock. HEX triplet: 27, DB and B5. RGB value is (39,219,181). Sum of RGB (Red+Green+Blue) = 39+219+181=439 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.88% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBB5 is #D8244A. Grayscale: #A0A0A0. Windows color (decimal): -14165067 or 11918119. OLE color: 11918119.
HSL color Cylindrical-coordinate representation of color #27DBB5: hue angle of 167.33º degrees, saturation: 0.71, 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 #27DBB5 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 181 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.14 |
| HSL | 167.33º | 0.71% | 0.51% | - |
| HSV(B) | 167.33º | 0.82% | 0.86% | - |
| XYZ | 34.51 | 54.43 | 52.4 | - |
| YUV | 160.85 | 139.37 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 181 | 0.82 | 0 | 0.17 | 0.14 | 167.33 | 0.71 | 0.51 |
| Hex | 27 | DB | B5 | 52 | 0 | 11 | E | A7 | 47 | 33 |
| Octal | 47 | 333 | 265 | 122 | 0 | 21 | 16 | 247 | 107 | 63 |
| Binary | 100111 | 11011011 | 10110101 | 1010010 | 0 | 10001 | 1110 | 10100111 | 1000111 | 110011 |
Color Harmonies of #27DBB5
Complementary color
Monochromatic Colors of #27DBB5
Black with #27DBB5
Text Example
Text Example
White with #27DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBB5; }
p { color: rgb(39,219,181); }
H1.HeaderClassName
{
color: #27DBB5;
}
.AnyTagClassName
{
color: #27DBB5;
}
</style>
background-color css
<style>
a { background-color: #27DBB5; }
a { background-color: rgb(39,219,181); }
div.DivClassName
{
background-color: #27DBB5;
}
.BgClassName
{
background-color: #27DBB5;
}
</style>
border-color css
<style>
span { border-color: #27DBB5; }
span { border-color: rgb(39,219,181); }
td.TdClassName
{
border-color: #27DBB5;
}
.TagClassName
{
border-color: #27DBB5;
}
</style>