Shades of Shamrock #27CEB0
Tints of Shamrock #27CEB0
RGB
CMYK
RGB Variations
Color information
#27CEB0 (or 0x27CEB0) is known color: Shamrock. HEX triplet: 27, CE and B0. RGB value is (39,206,176). Sum of RGB (Red+Green+Blue) = 39+206+176=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #27CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CEB0 is #D8314F. Grayscale: #989898. Windows color (decimal): -14168400 or 11587111. OLE color: 11587111.
HSL color Cylindrical-coordinate representation of color #27CEB0: hue angle of 169.22º 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 #27CEB0 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 176 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.19 |
| HSL | 169.22º | 0.68% | 0.48% | - |
| HSV(B) | 169.22º | 0.81% | 0.81% | - |
| XYZ | 30.74 | 47.71 | 48.66 | - |
| YUV | 152.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 176 | 0.81 | 0 | 0.15 | 0.19 | 169.22 | 0.68 | 0.48 |
| Hex | 27 | CE | B0 | 51 | 0 | F | 13 | A9 | 44 | 30 |
| Octal | 47 | 316 | 260 | 121 | 0 | 17 | 23 | 251 | 104 | 60 |
| Binary | 100111 | 11001110 | 10110000 | 1010001 | 0 | 1111 | 10011 | 10101001 | 1000100 | 110000 |
Color Harmonies of #27CEB0
Complementary color
Monochromatic Colors of #27CEB0
Black with #27CEB0
Text Example
Text Example
White with #27CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEB0; }
p { color: rgb(39,206,176); }
H1.HeaderClassName
{
color: #27CEB0;
}
.AnyTagClassName
{
color: #27CEB0;
}
</style>
background-color css
<style>
a { background-color: #27CEB0; }
a { background-color: rgb(39,206,176); }
div.DivClassName
{
background-color: #27CEB0;
}
.BgClassName
{
background-color: #27CEB0;
}
</style>
border-color css
<style>
span { border-color: #27CEB0; }
span { border-color: rgb(39,206,176); }
td.TdClassName
{
border-color: #27CEB0;
}
.TagClassName
{
border-color: #27CEB0;
}
</style>