Shades of Shamrock #27DBB4
Tints of Shamrock #27DBB4
RGB
CMYK
RGB Variations
Color information
#27DBB4 (or 0x27DBB4) is known color: Shamrock. HEX triplet: 27, DB and B4. RGB value is (39,219,180). Sum of RGB (Red+Green+Blue) = 39+219+180=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBB4 is #D8244B. Grayscale: #A0A0A0. Windows color (decimal): -14165068 or 11852583. OLE color: 11852583.
HSL color Cylindrical-coordinate representation of color #27DBB4: hue angle of 167º 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 #27DBB4 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 180 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.14 |
| HSL | 167º | 0.71% | 0.51% | - |
| HSV(B) | 167º | 0.82% | 0.86% | - |
| XYZ | 34.41 | 54.39 | 51.86 | - |
| YUV | 160.73 | 138.87 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 180 | 0.82 | 0 | 0.18 | 0.14 | 167 | 0.71 | 0.51 |
| Hex | 27 | DB | B4 | 52 | 0 | 12 | E | A7 | 47 | 33 |
| Octal | 47 | 333 | 264 | 122 | 0 | 22 | 16 | 247 | 107 | 63 |
| Binary | 100111 | 11011011 | 10110100 | 1010010 | 0 | 10010 | 1110 | 10100111 | 1000111 | 110011 |
Color Harmonies of #27DBB4
Complementary color
Monochromatic Colors of #27DBB4
Black with #27DBB4
Text Example
Text Example
White with #27DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBB4; }
p { color: rgb(39,219,180); }
H1.HeaderClassName
{
color: #27DBB4;
}
.AnyTagClassName
{
color: #27DBB4;
}
</style>
background-color css
<style>
a { background-color: #27DBB4; }
a { background-color: rgb(39,219,180); }
div.DivClassName
{
background-color: #27DBB4;
}
.BgClassName
{
background-color: #27DBB4;
}
</style>
border-color css
<style>
span { border-color: #27DBB4; }
span { border-color: rgb(39,219,180); }
td.TdClassName
{
border-color: #27DBB4;
}
.TagClassName
{
border-color: #27DBB4;
}
</style>