Shades of Shamrock #3FC3AF
Tints of Shamrock #3FC3AF
RGB
CMYK
RGB Variations
Color information
#3FC3AF (or 0x3FC3AF) is known color: Shamrock. HEX triplet: 3F, C3 and AF. RGB value is (63,195,175). Sum of RGB (Red+Green+Blue) = 63+195+175=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC3AF is #C03C50. Grayscale: #999999. Windows color (decimal): -12598353 or 11518783. OLE color: 11518783.
HSL color Cylindrical-coordinate representation of color #3FC3AF: hue angle of 170.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC3AF is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 175 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.24 |
| HSL | 170.91º | 0.52% | 0.51% | - |
| HSV(B) | 170.91º | 0.68% | 0.76% | - |
| XYZ | 29.3 | 43.18 | 47.35 | - |
| YUV | 153.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 175 | 0.68 | 0 | 0.10 | 0.24 | 170.91 | 0.52 | 0.51 |
| Hex | 3F | C3 | AF | 44 | 0 | A | 18 | AB | 34 | 33 |
| Octal | 77 | 303 | 257 | 104 | 0 | 12 | 30 | 253 | 64 | 63 |
| Binary | 111111 | 11000011 | 10101111 | 1000100 | 0 | 1010 | 11000 | 10101011 | 110100 | 110011 |
Color Harmonies of #3FC3AF
Complementary color
Monochromatic Colors of #3FC3AF
Black with #3FC3AF
Text Example
Text Example
White with #3FC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC3AF; }
p { color: rgb(63,195,175); }
H1.HeaderClassName
{
color: #3FC3AF;
}
.AnyTagClassName
{
color: #3FC3AF;
}
</style>
background-color css
<style>
a { background-color: #3FC3AF; }
a { background-color: rgb(63,195,175); }
div.DivClassName
{
background-color: #3FC3AF;
}
.BgClassName
{
background-color: #3FC3AF;
}
</style>
border-color css
<style>
span { border-color: #3FC3AF; }
span { border-color: rgb(63,195,175); }
td.TdClassName
{
border-color: #3FC3AF;
}
.TagClassName
{
border-color: #3FC3AF;
}
</style>