Shades of Shamrock #3FBDA3
Tints of Shamrock #3FBDA3
RGB
CMYK
RGB Variations
Color information
#3FBDA3 (or 0x3FBDA3) is known color: Shamrock. HEX triplet: 3F, BD and A3. RGB value is (63,189,163). Sum of RGB (Red+Green+Blue) = 63+189+163=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBDA3 is #C0425C. Grayscale: #949494. Windows color (decimal): -12599901 or 10730815. OLE color: 10730815.
HSL color Cylindrical-coordinate representation of color #3FBDA3: hue angle of 167.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBDA3 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 163 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.26 |
| HSL | 167.62º | 0.5% | 0.49% | - |
| HSV(B) | 167.62º | 0.67% | 0.74% | - |
| XYZ | 26.86 | 40.1 | 40.97 | - |
| YUV | 148.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 163 | 0.67 | 0 | 0.14 | 0.26 | 167.62 | 0.5 | 0.49 |
| Hex | 3F | BD | A3 | 43 | 0 | E | 1A | A8 | 32 | 31 |
| Octal | 77 | 275 | 243 | 103 | 0 | 16 | 32 | 250 | 62 | 61 |
| Binary | 111111 | 10111101 | 10100011 | 1000011 | 0 | 1110 | 11010 | 10101000 | 110010 | 110001 |
Color Harmonies of #3FBDA3
Complementary color
Monochromatic Colors of #3FBDA3
Black with #3FBDA3
Text Example
Text Example
White with #3FBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDA3; }
p { color: rgb(63,189,163); }
H1.HeaderClassName
{
color: #3FBDA3;
}
.AnyTagClassName
{
color: #3FBDA3;
}
</style>
background-color css
<style>
a { background-color: #3FBDA3; }
a { background-color: rgb(63,189,163); }
div.DivClassName
{
background-color: #3FBDA3;
}
.BgClassName
{
background-color: #3FBDA3;
}
</style>
border-color css
<style>
span { border-color: #3FBDA3; }
span { border-color: rgb(63,189,163); }
td.TdClassName
{
border-color: #3FBDA3;
}
.TagClassName
{
border-color: #3FBDA3;
}
</style>