Shades of Shamrock #27DBAC
Tints of Shamrock #27DBAC
RGB
CMYK
RGB Variations
Color information
#27DBAC (or 0x27DBAC) is known color: Shamrock. HEX triplet: 27, DB and AC. RGB value is (39,219,172). Sum of RGB (Red+Green+Blue) = 39+219+172=430 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.07% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DBAC is #D82453. Grayscale: #9F9F9F. Windows color (decimal): -14165076 or 11328295. OLE color: 11328295.
HSL color Cylindrical-coordinate representation of color #27DBAC: hue angle of 164.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 #27DBAC is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 172 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.14 |
| HSL | 164.33º | 0.71% | 0.51% | - |
| HSV(B) | 164.33º | 0.82% | 0.86% | - |
| XYZ | 33.61 | 54.07 | 47.7 | - |
| YUV | 159.82 | 134.87 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 172 | 0.82 | 0 | 0.21 | 0.14 | 164.33 | 0.71 | 0.51 |
| Hex | 27 | DB | AC | 52 | 0 | 15 | E | A4 | 47 | 33 |
| Octal | 47 | 333 | 254 | 122 | 0 | 25 | 16 | 244 | 107 | 63 |
| Binary | 100111 | 11011011 | 10101100 | 1010010 | 0 | 10101 | 1110 | 10100100 | 1000111 | 110011 |
Color Harmonies of #27DBAC
Complementary color
Monochromatic Colors of #27DBAC
Black with #27DBAC
Text Example
Text Example
White with #27DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBAC; }
p { color: rgb(39,219,172); }
H1.HeaderClassName
{
color: #27DBAC;
}
.AnyTagClassName
{
color: #27DBAC;
}
</style>
background-color css
<style>
a { background-color: #27DBAC; }
a { background-color: rgb(39,219,172); }
div.DivClassName
{
background-color: #27DBAC;
}
.BgClassName
{
background-color: #27DBAC;
}
</style>
border-color css
<style>
span { border-color: #27DBAC; }
span { border-color: rgb(39,219,172); }
td.TdClassName
{
border-color: #27DBAC;
}
.TagClassName
{
border-color: #27DBAC;
}
</style>