Shades of Shamrock #27D5B0
Tints of Shamrock #27D5B0
RGB
CMYK
RGB Variations
Color information
#27D5B0 (or 0x27D5B0) is known color: Shamrock. HEX triplet: 27, D5 and B0. RGB value is (39,213,176). Sum of RGB (Red+Green+Blue) = 39+213+176=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #27D5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D5B0 is #D82A4F. Grayscale: #9C9C9C. Windows color (decimal): -14166608 or 11588903. OLE color: 11588903.
HSL color Cylindrical-coordinate representation of color #27D5B0: hue angle of 167.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D5B0 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 213 | 176 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.16 |
| HSL | 167.24º | 0.69% | 0.49% | - |
| HSV(B) | 167.24º | 0.82% | 0.84% | - |
| XYZ | 32.47 | 51.15 | 49.24 | - |
| YUV | 156.76 | 138.85 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 213 | 176 | 0.82 | 0 | 0.17 | 0.16 | 167.24 | 0.69 | 0.49 |
| Hex | 27 | D5 | B0 | 52 | 0 | 11 | 10 | A7 | 45 | 31 |
| Octal | 47 | 325 | 260 | 122 | 0 | 21 | 20 | 247 | 105 | 61 |
| Binary | 100111 | 11010101 | 10110000 | 1010010 | 0 | 10001 | 10000 | 10100111 | 1000101 | 110001 |
Color Harmonies of #27D5B0
Complementary color
Monochromatic Colors of #27D5B0
Black with #27D5B0
Text Example
Text Example
White with #27D5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D5B0; }
p { color: rgb(39,213,176); }
H1.HeaderClassName
{
color: #27D5B0;
}
.AnyTagClassName
{
color: #27D5B0;
}
</style>
background-color css
<style>
a { background-color: #27D5B0; }
a { background-color: rgb(39,213,176); }
div.DivClassName
{
background-color: #27D5B0;
}
.BgClassName
{
background-color: #27D5B0;
}
</style>
border-color css
<style>
span { border-color: #27D5B0; }
span { border-color: rgb(39,213,176); }
td.TdClassName
{
border-color: #27D5B0;
}
.TagClassName
{
border-color: #27D5B0;
}
</style>