Shades of Shamrock #3FF8A8
Tints of Shamrock #3FF8A8
RGB
CMYK
RGB Variations
Color information
#3FF8A8 (or 0x3FF8A8) is known color: Shamrock. HEX triplet: 3F, F8 and A8. RGB value is (63,248,168). Sum of RGB (Red+Green+Blue) = 63+248+168=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF8A8 is #C00757. Grayscale: #B7B7B7. Windows color (decimal): -12584792 or 11073599. OLE color: 11073599.
HSL color Cylindrical-coordinate representation of color #3FF8A8: hue angle of 154.05º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8A8 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 168 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.03 |
| HSL | 154.05º | 0.93% | 0.61% | - |
| HSV(B) | 154.05º | 0.75% | 0.97% | - |
| XYZ | 42.69 | 71.02 | 48.5 | - |
| YUV | 183.57 | 119.21 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 168 | 0.75 | 0 | 0.32 | 0.03 | 154.05 | 0.93 | 0.61 |
| Hex | 3F | F8 | A8 | 4B | 0 | 20 | 3 | 9A | 5D | 3D |
| Octal | 77 | 370 | 250 | 113 | 0 | 40 | 3 | 232 | 135 | 75 |
| Binary | 111111 | 11111000 | 10101000 | 1001011 | 0 | 100000 | 11 | 10011010 | 1011101 | 111101 |
Color Harmonies of #3FF8A8
Complementary color
Monochromatic Colors of #3FF8A8
Black with #3FF8A8
Text Example
Text Example
White with #3FF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8A8; }
p { color: rgb(63,248,168); }
H1.HeaderClassName
{
color: #3FF8A8;
}
.AnyTagClassName
{
color: #3FF8A8;
}
</style>
background-color css
<style>
a { background-color: #3FF8A8; }
a { background-color: rgb(63,248,168); }
div.DivClassName
{
background-color: #3FF8A8;
}
.BgClassName
{
background-color: #3FF8A8;
}
</style>
border-color css
<style>
span { border-color: #3FF8A8; }
span { border-color: rgb(63,248,168); }
td.TdClassName
{
border-color: #3FF8A8;
}
.TagClassName
{
border-color: #3FF8A8;
}
</style>