Shades of Shamrock #3FCBA4
Tints of Shamrock #3FCBA4
RGB
CMYK
RGB Variations
Color information
#3FCBA4 (or 0x3FCBA4) is known color: Shamrock. HEX triplet: 3F, CB and A4. RGB value is (63,203,164). Sum of RGB (Red+Green+Blue) = 63+203+164=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCBA4 is #C0345B. Grayscale: #9C9C9C. Windows color (decimal): -12596316 or 10799935. OLE color: 10799935.
HSL color Cylindrical-coordinate representation of color #3FCBA4: hue angle of 163.29º 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 #3FCBA4 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 164 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.20 |
| HSL | 163.29º | 0.57% | 0.52% | - |
| HSV(B) | 163.29º | 0.69% | 0.8% | - |
| XYZ | 30.11 | 46.45 | 42.5 | - |
| YUV | 156.69 | 132.12 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 164 | 0.69 | 0 | 0.19 | 0.20 | 163.29 | 0.57 | 0.52 |
| Hex | 3F | CB | A4 | 45 | 0 | 13 | 14 | A3 | 39 | 34 |
| Octal | 77 | 313 | 244 | 105 | 0 | 23 | 24 | 243 | 71 | 64 |
| Binary | 111111 | 11001011 | 10100100 | 1000101 | 0 | 10011 | 10100 | 10100011 | 111001 | 110100 |
Color Harmonies of #3FCBA4
Complementary color
Monochromatic Colors of #3FCBA4
Black with #3FCBA4
Text Example
Text Example
White with #3FCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCBA4; }
p { color: rgb(63,203,164); }
H1.HeaderClassName
{
color: #3FCBA4;
}
.AnyTagClassName
{
color: #3FCBA4;
}
</style>
background-color css
<style>
a { background-color: #3FCBA4; }
a { background-color: rgb(63,203,164); }
div.DivClassName
{
background-color: #3FCBA4;
}
.BgClassName
{
background-color: #3FCBA4;
}
</style>
border-color css
<style>
span { border-color: #3FCBA4; }
span { border-color: rgb(63,203,164); }
td.TdClassName
{
border-color: #3FCBA4;
}
.TagClassName
{
border-color: #3FCBA4;
}
</style>