Shades of Shamrock #27CFB0
Tints of Shamrock #27CFB0
RGB
CMYK
RGB Variations
Color information
#27CFB0 (or 0x27CFB0) is known color: Shamrock. HEX triplet: 27, CF and B0. RGB value is (39,207,176). Sum of RGB (Red+Green+Blue) = 39+207+176=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CFB0 is #D8304F. Grayscale: #999999. Windows color (decimal): -14168144 or 11587367. OLE color: 11587367.
HSL color Cylindrical-coordinate representation of color #27CFB0: hue angle of 168.93º 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 #27CFB0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 176 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.19 |
| HSL | 168.93º | 0.68% | 0.48% | - |
| HSV(B) | 168.93º | 0.81% | 0.81% | - |
| XYZ | 30.99 | 48.19 | 48.74 | - |
| YUV | 153.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 176 | 0.81 | 0 | 0.15 | 0.19 | 168.93 | 0.68 | 0.48 |
| Hex | 27 | CF | B0 | 51 | 0 | F | 13 | A9 | 44 | 30 |
| Octal | 47 | 317 | 260 | 121 | 0 | 17 | 23 | 251 | 104 | 60 |
| Binary | 100111 | 11001111 | 10110000 | 1010001 | 0 | 1111 | 10011 | 10101001 | 1000100 | 110000 |
Color Harmonies of #27CFB0
Complementary color
Monochromatic Colors of #27CFB0
Black with #27CFB0
Text Example
Text Example
White with #27CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFB0; }
p { color: rgb(39,207,176); }
H1.HeaderClassName
{
color: #27CFB0;
}
.AnyTagClassName
{
color: #27CFB0;
}
</style>
background-color css
<style>
a { background-color: #27CFB0; }
a { background-color: rgb(39,207,176); }
div.DivClassName
{
background-color: #27CFB0;
}
.BgClassName
{
background-color: #27CFB0;
}
</style>
border-color css
<style>
span { border-color: #27CFB0; }
span { border-color: rgb(39,207,176); }
td.TdClassName
{
border-color: #27CFB0;
}
.TagClassName
{
border-color: #27CFB0;
}
</style>