Shades of Shamrock #3FCBA3
Tints of Shamrock #3FCBA3
RGB
CMYK
RGB Variations
Color information
#3FCBA3 (or 0x3FCBA3) is known color: Shamrock. HEX triplet: 3F, CB and A3. RGB value is (63,203,163). Sum of RGB (Red+Green+Blue) = 63+203+163=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCBA3 is #C0345C. Grayscale: #9C9C9C. Windows color (decimal): -12596317 or 10734399. OLE color: 10734399.
HSL color Cylindrical-coordinate representation of color #3FCBA3: hue angle of 162.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBA3 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 163 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.20 |
| HSL | 162.86º | 0.57% | 0.52% | - |
| HSV(B) | 162.86º | 0.69% | 0.8% | - |
| XYZ | 30.02 | 46.41 | 42.03 | - |
| YUV | 156.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 163 | 0.69 | 0 | 0.20 | 0.20 | 162.86 | 0.57 | 0.52 |
| Hex | 3F | CB | A3 | 45 | 0 | 14 | 14 | A3 | 39 | 34 |
| Octal | 77 | 313 | 243 | 105 | 0 | 24 | 24 | 243 | 71 | 64 |
| Binary | 111111 | 11001011 | 10100011 | 1000101 | 0 | 10100 | 10100 | 10100011 | 111001 | 110100 |
Color Harmonies of #3FCBA3
Complementary color
Monochromatic Colors of #3FCBA3
Black with #3FCBA3
Text Example
Text Example
White with #3FCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBA3; }
p { color: rgb(63,203,163); }
H1.HeaderClassName
{
color: #3FCBA3;
}
.AnyTagClassName
{
color: #3FCBA3;
}
</style>
background-color css
<style>
a { background-color: #3FCBA3; }
a { background-color: rgb(63,203,163); }
div.DivClassName
{
background-color: #3FCBA3;
}
.BgClassName
{
background-color: #3FCBA3;
}
</style>
border-color css
<style>
span { border-color: #3FCBA3; }
span { border-color: rgb(63,203,163); }
td.TdClassName
{
border-color: #3FCBA3;
}
.TagClassName
{
border-color: #3FCBA3;
}
</style>