Shades of Shamrock #3FCBA5
Tints of Shamrock #3FCBA5
RGB
CMYK
RGB Variations
Color information
#3FCBA5 (or 0x3FCBA5) is known color: Shamrock. HEX triplet: 3F, CB and A5. RGB value is (63,203,165). Sum of RGB (Red+Green+Blue) = 63+203+165=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCBA5 is #C0345A. Grayscale: #9C9C9C. Windows color (decimal): -12596315 or 10865471. OLE color: 10865471.
HSL color Cylindrical-coordinate representation of color #3FCBA5: hue angle of 163.71º 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 #3FCBA5 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 165 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.20 |
| HSL | 163.71º | 0.57% | 0.52% | - |
| HSV(B) | 163.71º | 0.69% | 0.8% | - |
| XYZ | 30.2 | 46.49 | 42.98 | - |
| YUV | 156.81 | 132.62 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 165 | 0.69 | 0 | 0.19 | 0.20 | 163.71 | 0.57 | 0.52 |
| Hex | 3F | CB | A5 | 45 | 0 | 13 | 14 | A4 | 39 | 34 |
| Octal | 77 | 313 | 245 | 105 | 0 | 23 | 24 | 244 | 71 | 64 |
| Binary | 111111 | 11001011 | 10100101 | 1000101 | 0 | 10011 | 10100 | 10100100 | 111001 | 110100 |
Color Harmonies of #3FCBA5
Complementary color
Monochromatic Colors of #3FCBA5
Black with #3FCBA5
Text Example
Text Example
White with #3FCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBA5; }
p { color: rgb(63,203,165); }
H1.HeaderClassName
{
color: #3FCBA5;
}
.AnyTagClassName
{
color: #3FCBA5;
}
</style>
background-color css
<style>
a { background-color: #3FCBA5; }
a { background-color: rgb(63,203,165); }
div.DivClassName
{
background-color: #3FCBA5;
}
.BgClassName
{
background-color: #3FCBA5;
}
</style>
border-color css
<style>
span { border-color: #3FCBA5; }
span { border-color: rgb(63,203,165); }
td.TdClassName
{
border-color: #3FCBA5;
}
.TagClassName
{
border-color: #3FCBA5;
}
</style>