Shades of Shamrock #3FFAAC
Tints of Shamrock #3FFAAC
RGB
CMYK
RGB Variations
Color information
#3FFAAC (or 0x3FFAAC) is known color: Shamrock. HEX triplet: 3F, FA and AC. RGB value is (63,250,172). Sum of RGB (Red+Green+Blue) = 63+250+172=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFAAC is #C00553. Grayscale: #B9B9B9. Windows color (decimal): -12584276 or 11336255. OLE color: 11336255.
HSL color Cylindrical-coordinate representation of color #3FFAAC: hue angle of 154.97º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAAC is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 172 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.02 |
| HSL | 154.97º | 0.95% | 0.61% | - |
| HSV(B) | 154.97º | 0.75% | 0.98% | - |
| XYZ | 43.68 | 72.41 | 50.7 | - |
| YUV | 185.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 172 | 0.75 | 0 | 0.31 | 0.02 | 154.97 | 0.95 | 0.61 |
| Hex | 3F | FA | AC | 4B | 0 | 1F | 2 | 9B | 5F | 3D |
| Octal | 77 | 372 | 254 | 113 | 0 | 37 | 2 | 233 | 137 | 75 |
| Binary | 111111 | 11111010 | 10101100 | 1001011 | 0 | 11111 | 10 | 10011011 | 1011111 | 111101 |
Color Harmonies of #3FFAAC
Complementary color
Monochromatic Colors of #3FFAAC
Black with #3FFAAC
Text Example
Text Example
White with #3FFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAAC; }
p { color: rgb(63,250,172); }
H1.HeaderClassName
{
color: #3FFAAC;
}
.AnyTagClassName
{
color: #3FFAAC;
}
</style>
background-color css
<style>
a { background-color: #3FFAAC; }
a { background-color: rgb(63,250,172); }
div.DivClassName
{
background-color: #3FFAAC;
}
.BgClassName
{
background-color: #3FFAAC;
}
</style>
border-color css
<style>
span { border-color: #3FFAAC; }
span { border-color: rgb(63,250,172); }
td.TdClassName
{
border-color: #3FFAAC;
}
.TagClassName
{
border-color: #3FFAAC;
}
</style>