Shades of Shamrock #27CF8B
Tints of Shamrock #27CF8B
RGB
CMYK
RGB Variations
Color information
#27CF8B (or 0x27CF8B) is known color: Shamrock. HEX triplet: 27, CF and 8B. RGB value is (39,207,139). Sum of RGB (Red+Green+Blue) = 39+207+139=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CF8B is #D83074. Grayscale: #959595. Windows color (decimal): -14168181 or 9162535. OLE color: 9162535.
HSL color Cylindrical-coordinate representation of color #27CF8B: hue angle of 155.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CF8B is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 139 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.19 |
| HSL | 155.71º | 0.68% | 0.48% | - |
| HSV(B) | 155.71º | 0.81% | 0.81% | - |
| XYZ | 27.81 | 46.92 | 32.02 | - |
| YUV | 149.02 | 122.34 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 139 | 0.81 | 0 | 0.33 | 0.19 | 155.71 | 0.68 | 0.48 |
| Hex | 27 | CF | 8B | 51 | 0 | 21 | 13 | 9C | 44 | 30 |
| Octal | 47 | 317 | 213 | 121 | 0 | 41 | 23 | 234 | 104 | 60 |
| Binary | 100111 | 11001111 | 10001011 | 1010001 | 0 | 100001 | 10011 | 10011100 | 1000100 | 110000 |
Color Harmonies of #27CF8B
Complementary color
Monochromatic Colors of #27CF8B
Black with #27CF8B
Text Example
Text Example
White with #27CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF8B; }
p { color: rgb(39,207,139); }
H1.HeaderClassName
{
color: #27CF8B;
}
.AnyTagClassName
{
color: #27CF8B;
}
</style>
background-color css
<style>
a { background-color: #27CF8B; }
a { background-color: rgb(39,207,139); }
div.DivClassName
{
background-color: #27CF8B;
}
.BgClassName
{
background-color: #27CF8B;
}
</style>
border-color css
<style>
span { border-color: #27CF8B; }
span { border-color: rgb(39,207,139); }
td.TdClassName
{
border-color: #27CF8B;
}
.TagClassName
{
border-color: #27CF8B;
}
</style>