Shades of Shamrock #3FCAB1
Tints of Shamrock #3FCAB1
RGB
CMYK
RGB Variations
Color information
#3FCAB1 (or 0x3FCAB1) is known color: Shamrock. HEX triplet: 3F, CA and B1. RGB value is (63,202,177). Sum of RGB (Red+Green+Blue) = 63+202+177=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAB1 is #C0354E. Grayscale: #9D9D9D. Windows color (decimal): -12596559 or 11651647. OLE color: 11651647.
HSL color Cylindrical-coordinate representation of color #3FCAB1: hue angle of 169.21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCAB1 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 177 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.21 |
| HSL | 169.21º | 0.57% | 0.52% | - |
| HSV(B) | 169.21º | 0.69% | 0.79% | - |
| XYZ | 31.11 | 46.47 | 48.93 | - |
| YUV | 157.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 177 | 0.69 | 0 | 0.12 | 0.21 | 169.21 | 0.57 | 0.52 |
| Hex | 3F | CA | B1 | 45 | 0 | C | 15 | A9 | 39 | 34 |
| Octal | 77 | 312 | 261 | 105 | 0 | 14 | 25 | 251 | 71 | 64 |
| Binary | 111111 | 11001010 | 10110001 | 1000101 | 0 | 1100 | 10101 | 10101001 | 111001 | 110100 |
Color Harmonies of #3FCAB1
Complementary color
Monochromatic Colors of #3FCAB1
Black with #3FCAB1
Text Example
Text Example
White with #3FCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCAB1; }
p { color: rgb(63,202,177); }
H1.HeaderClassName
{
color: #3FCAB1;
}
.AnyTagClassName
{
color: #3FCAB1;
}
</style>
background-color css
<style>
a { background-color: #3FCAB1; }
a { background-color: rgb(63,202,177); }
div.DivClassName
{
background-color: #3FCAB1;
}
.BgClassName
{
background-color: #3FCAB1;
}
</style>
border-color css
<style>
span { border-color: #3FCAB1; }
span { border-color: rgb(63,202,177); }
td.TdClassName
{
border-color: #3FCAB1;
}
.TagClassName
{
border-color: #3FCAB1;
}
</style>