Shades of Shamrock #27CA8F
Tints of Shamrock #27CA8F
RGB
CMYK
RGB Variations
Color information
#27CA8F (or 0x27CA8F) is known color: Shamrock. HEX triplet: 27, CA and 8F. RGB value is (39,202,143). Sum of RGB (Red+Green+Blue) = 39+202+143=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CA8F is #D83570. Grayscale: #929292. Windows color (decimal): -14169457 or 9423399. OLE color: 9423399.
HSL color Cylindrical-coordinate representation of color #27CA8F: hue angle of 158.28º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CA8F is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 143 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.21 |
| HSL | 158.28º | 0.68% | 0.47% | - |
| HSV(B) | 158.28º | 0.81% | 0.79% | - |
| XYZ | 26.92 | 44.66 | 33.19 | - |
| YUV | 146.54 | 126 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 143 | 0.81 | 0 | 0.29 | 0.21 | 158.28 | 0.68 | 0.47 |
| Hex | 27 | CA | 8F | 51 | 0 | 1D | 15 | 9E | 44 | 2F |
| Octal | 47 | 312 | 217 | 121 | 0 | 35 | 25 | 236 | 104 | 57 |
| Binary | 100111 | 11001010 | 10001111 | 1010001 | 0 | 11101 | 10101 | 10011110 | 1000100 | 101111 |
Color Harmonies of #27CA8F
Complementary color
Monochromatic Colors of #27CA8F
Black with #27CA8F
Text Example
Text Example
White with #27CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CA8F; }
p { color: rgb(39,202,143); }
H1.HeaderClassName
{
color: #27CA8F;
}
.AnyTagClassName
{
color: #27CA8F;
}
</style>
background-color css
<style>
a { background-color: #27CA8F; }
a { background-color: rgb(39,202,143); }
div.DivClassName
{
background-color: #27CA8F;
}
.BgClassName
{
background-color: #27CA8F;
}
</style>
border-color css
<style>
span { border-color: #27CA8F; }
span { border-color: rgb(39,202,143); }
td.TdClassName
{
border-color: #27CA8F;
}
.TagClassName
{
border-color: #27CA8F;
}
</style>