Shades of Shamrock #3FFCAB
Tints of Shamrock #3FFCAB
RGB
CMYK
RGB Variations
Color information
#3FFCAB (or 0x3FFCAB) is known color: Shamrock. HEX triplet: 3F, FC and AB. RGB value is (63,252,171). Sum of RGB (Red+Green+Blue) = 63+252+171=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFCAB is #C00354. Grayscale: #BABABA. Windows color (decimal): -12583765 or 11271231. OLE color: 11271231.
HSL color Cylindrical-coordinate representation of color #3FFCAB: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCAB is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 171 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.29º | 0.97% | 0.62% | - |
| HSV(B) | 154.29º | 0.75% | 0.99% | - |
| XYZ | 44.21 | 73.62 | 50.41 | - |
| YUV | 186.26 | 119.38 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 171 | 0.75 | 0 | 0.32 | 0.01 | 154.29 | 0.97 | 0.62 |
| Hex | 3F | FC | AB | 4B | 0 | 20 | 1 | 9A | 61 | 3E |
| Octal | 77 | 374 | 253 | 113 | 0 | 40 | 1 | 232 | 141 | 76 |
| Binary | 111111 | 11111100 | 10101011 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100001 | 111110 |
Color Harmonies of #3FFCAB
Complementary color
Monochromatic Colors of #3FFCAB
Black with #3FFCAB
Text Example
Text Example
White with #3FFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCAB; }
p { color: rgb(63,252,171); }
H1.HeaderClassName
{
color: #3FFCAB;
}
.AnyTagClassName
{
color: #3FFCAB;
}
</style>
background-color css
<style>
a { background-color: #3FFCAB; }
a { background-color: rgb(63,252,171); }
div.DivClassName
{
background-color: #3FFCAB;
}
.BgClassName
{
background-color: #3FFCAB;
}
</style>
border-color css
<style>
span { border-color: #3FFCAB; }
span { border-color: rgb(63,252,171); }
td.TdClassName
{
border-color: #3FFCAB;
}
.TagClassName
{
border-color: #3FFCAB;
}
</style>