Shades of Shamrock #27C8A6
Tints of Shamrock #27C8A6
RGB
CMYK
RGB Variations
Color information
#27C8A6 (or 0x27C8A6) is known color: Shamrock. HEX triplet: 27, C8 and A6. RGB value is (39,200,166). Sum of RGB (Red+Green+Blue) = 39+200+166=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #27C8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C8A6 is #D83759. Grayscale: #939393. Windows color (decimal): -14169946 or 10930215. OLE color: 10930215.
HSL color Cylindrical-coordinate representation of color #27C8A6: hue angle of 167.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C8A6 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 200 | 166 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.22 |
| HSL | 167.33º | 0.67% | 0.47% | - |
| HSV(B) | 167.33º | 0.81% | 0.78% | - |
| XYZ | 28.37 | 44.49 | 43.17 | - |
| YUV | 147.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 166 | 0.80 | 0 | 0.17 | 0.22 | 167.33 | 0.67 | 0.47 |
| Hex | 27 | C8 | A6 | 50 | 0 | 11 | 16 | A7 | 43 | 2F |
| Octal | 47 | 310 | 246 | 120 | 0 | 21 | 26 | 247 | 103 | 57 |
| Binary | 100111 | 11001000 | 10100110 | 1010000 | 0 | 10001 | 10110 | 10100111 | 1000011 | 101111 |
Color Harmonies of #27C8A6
Complementary color
Monochromatic Colors of #27C8A6
Black with #27C8A6
Text Example
Text Example
White with #27C8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C8A6; }
p { color: rgb(39,200,166); }
H1.HeaderClassName
{
color: #27C8A6;
}
.AnyTagClassName
{
color: #27C8A6;
}
</style>
background-color css
<style>
a { background-color: #27C8A6; }
a { background-color: rgb(39,200,166); }
div.DivClassName
{
background-color: #27C8A6;
}
.BgClassName
{
background-color: #27C8A6;
}
</style>
border-color css
<style>
span { border-color: #27C8A6; }
span { border-color: rgb(39,200,166); }
td.TdClassName
{
border-color: #27C8A6;
}
.TagClassName
{
border-color: #27C8A6;
}
</style>