Shades of Shamrock #3FCEB0
Tints of Shamrock #3FCEB0
RGB
CMYK
RGB Variations
Color information
#3FCEB0 (or 0x3FCEB0) is known color: Shamrock. HEX triplet: 3F, CE and B0. RGB value is (63,206,176). Sum of RGB (Red+Green+Blue) = 63+206+176=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCEB0 is #C0314F. Grayscale: #9F9F9F. Windows color (decimal): -12595536 or 11587135. OLE color: 11587135.
HSL color Cylindrical-coordinate representation of color #3FCEB0: hue angle of 167.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEB0 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 176 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.19 |
| HSL | 167.41º | 0.59% | 0.53% | - |
| HSV(B) | 167.41º | 0.69% | 0.81% | - |
| XYZ | 31.96 | 48.33 | 48.72 | - |
| YUV | 159.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 176 | 0.69 | 0 | 0.15 | 0.19 | 167.41 | 0.59 | 0.53 |
| Hex | 3F | CE | B0 | 45 | 0 | F | 13 | A7 | 3B | 35 |
| Octal | 77 | 316 | 260 | 105 | 0 | 17 | 23 | 247 | 73 | 65 |
| Binary | 111111 | 11001110 | 10110000 | 1000101 | 0 | 1111 | 10011 | 10100111 | 111011 | 110101 |
Color Harmonies of #3FCEB0
Complementary color
Monochromatic Colors of #3FCEB0
Black with #3FCEB0
Text Example
Text Example
White with #3FCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEB0; }
p { color: rgb(63,206,176); }
H1.HeaderClassName
{
color: #3FCEB0;
}
.AnyTagClassName
{
color: #3FCEB0;
}
</style>
background-color css
<style>
a { background-color: #3FCEB0; }
a { background-color: rgb(63,206,176); }
div.DivClassName
{
background-color: #3FCEB0;
}
.BgClassName
{
background-color: #3FCEB0;
}
</style>
border-color css
<style>
span { border-color: #3FCEB0; }
span { border-color: rgb(63,206,176); }
td.TdClassName
{
border-color: #3FCEB0;
}
.TagClassName
{
border-color: #3FCEB0;
}
</style>