Shades of Shamrock #36CFB2
Tints of Shamrock #36CFB2
RGB
CMYK
RGB Variations
Color information
#36CFB2 (or 0x36CFB2) is known color: Shamrock. HEX triplet: 36, CF and B2. RGB value is (54,207,178). Sum of RGB (Red+Green+Blue) = 54+207+178=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CFB2 is #C9304D. Grayscale: #9D9D9D. Windows color (decimal): -13185102 or 11718454. OLE color: 11718454.
HSL color Cylindrical-coordinate representation of color #36CFB2: hue angle of 168.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CFB2 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 178 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.19 |
| HSL | 168.63º | 0.61% | 0.51% | - |
| HSV(B) | 168.63º | 0.74% | 0.81% | - |
| XYZ | 31.87 | 48.62 | 49.83 | - |
| YUV | 157.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 178 | 0.74 | 0 | 0.14 | 0.19 | 168.63 | 0.61 | 0.51 |
| Hex | 36 | CF | B2 | 4A | 0 | E | 13 | A9 | 3D | 33 |
| Octal | 66 | 317 | 262 | 112 | 0 | 16 | 23 | 251 | 75 | 63 |
| Binary | 110110 | 11001111 | 10110010 | 1001010 | 0 | 1110 | 10011 | 10101001 | 111101 | 110011 |
Color Harmonies of #36CFB2
Complementary color
Monochromatic Colors of #36CFB2
Black with #36CFB2
Text Example
Text Example
White with #36CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFB2; }
p { color: rgb(54,207,178); }
H1.HeaderClassName
{
color: #36CFB2;
}
.AnyTagClassName
{
color: #36CFB2;
}
</style>
background-color css
<style>
a { background-color: #36CFB2; }
a { background-color: rgb(54,207,178); }
div.DivClassName
{
background-color: #36CFB2;
}
.BgClassName
{
background-color: #36CFB2;
}
</style>
border-color css
<style>
span { border-color: #36CFB2; }
span { border-color: rgb(54,207,178); }
td.TdClassName
{
border-color: #36CFB2;
}
.TagClassName
{
border-color: #36CFB2;
}
</style>