Shades of Shamrock #36CB8F
Tints of Shamrock #36CB8F
RGB
CMYK
RGB Variations
Color information
#36CB8F (or 0x36CB8F) is known color: Shamrock. HEX triplet: 36, CB and 8F. RGB value is (54,203,143). Sum of RGB (Red+Green+Blue) = 54+203+143=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #36CB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CB8F is #C93470. Grayscale: #979797. Windows color (decimal): -13186161 or 9423670. OLE color: 9423670.
HSL color Cylindrical-coordinate representation of color #36CB8F: hue angle of 155.84º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CB8F is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 143 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.20 |
| HSL | 155.84º | 0.59% | 0.5% | - |
| HSV(B) | 155.84º | 0.73% | 0.8% | - |
| XYZ | 27.84 | 45.48 | 33.3 | - |
| YUV | 151.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 143 | 0.73 | 0 | 0.30 | 0.20 | 155.84 | 0.59 | 0.5 |
| Hex | 36 | CB | 8F | 49 | 0 | 1E | 14 | 9C | 3B | 32 |
| Octal | 66 | 313 | 217 | 111 | 0 | 36 | 24 | 234 | 73 | 62 |
| Binary | 110110 | 11001011 | 10001111 | 1001001 | 0 | 11110 | 10100 | 10011100 | 111011 | 110010 |
Color Harmonies of #36CB8F
Complementary color
Monochromatic Colors of #36CB8F
Black with #36CB8F
Text Example
Text Example
White with #36CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CB8F; }
p { color: rgb(54,203,143); }
H1.HeaderClassName
{
color: #36CB8F;
}
.AnyTagClassName
{
color: #36CB8F;
}
</style>
background-color css
<style>
a { background-color: #36CB8F; }
a { background-color: rgb(54,203,143); }
div.DivClassName
{
background-color: #36CB8F;
}
.BgClassName
{
background-color: #36CB8F;
}
</style>
border-color css
<style>
span { border-color: #36CB8F; }
span { border-color: rgb(54,203,143); }
td.TdClassName
{
border-color: #36CB8F;
}
.TagClassName
{
border-color: #36CB8F;
}
</style>