Shades of Shamrock #27DBB2
Tints of Shamrock #27DBB2
RGB
CMYK
RGB Variations
Color information
#27DBB2 (or 0x27DBB2) is known color: Shamrock. HEX triplet: 27, DB and B2. RGB value is (39,219,178). Sum of RGB (Red+Green+Blue) = 39+219+178=436 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.94% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DBB2 is #D8244D. Grayscale: #A0A0A0. Windows color (decimal): -14165070 or 11721511. OLE color: 11721511.
HSL color Cylindrical-coordinate representation of color #27DBB2: hue angle of 166.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 #27DBB2 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 178 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.14 |
| HSL | 166.33º | 0.71% | 0.51% | - |
| HSV(B) | 166.33º | 0.82% | 0.86% | - |
| XYZ | 34.2 | 54.31 | 50.8 | - |
| YUV | 160.51 | 137.87 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 178 | 0.82 | 0 | 0.19 | 0.14 | 166.33 | 0.71 | 0.51 |
| Hex | 27 | DB | B2 | 52 | 0 | 13 | E | A6 | 47 | 33 |
| Octal | 47 | 333 | 262 | 122 | 0 | 23 | 16 | 246 | 107 | 63 |
| Binary | 100111 | 11011011 | 10110010 | 1010010 | 0 | 10011 | 1110 | 10100110 | 1000111 | 110011 |
Color Harmonies of #27DBB2
Complementary color
Monochromatic Colors of #27DBB2
Black with #27DBB2
Text Example
Text Example
White with #27DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBB2; }
p { color: rgb(39,219,178); }
H1.HeaderClassName
{
color: #27DBB2;
}
.AnyTagClassName
{
color: #27DBB2;
}
</style>
background-color css
<style>
a { background-color: #27DBB2; }
a { background-color: rgb(39,219,178); }
div.DivClassName
{
background-color: #27DBB2;
}
.BgClassName
{
background-color: #27DBB2;
}
</style>
border-color css
<style>
span { border-color: #27DBB2; }
span { border-color: rgb(39,219,178); }
td.TdClassName
{
border-color: #27DBB2;
}
.TagClassName
{
border-color: #27DBB2;
}
</style>