Shades of Shamrock #3FF0A8
Tints of Shamrock #3FF0A8
RGB
CMYK
RGB Variations
Color information
#3FF0A8 (or 0x3FF0A8) is known color: Shamrock. HEX triplet: 3F, F0 and A8. RGB value is (63,240,168). Sum of RGB (Red+Green+Blue) = 63+240+168=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF0A8 is #C00F57. Grayscale: #B2B2B2. Windows color (decimal): -12586840 or 11071551. OLE color: 11071551.
HSL color Cylindrical-coordinate representation of color #3FF0A8: hue angle of 155.59º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0A8 is Cyan = 0.74, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 168 | - |
| CMYK | 0.74 | 0 | 0.3 | 0.06 |
| HSL | 155.59º | 0.86% | 0.59% | - |
| HSV(B) | 155.59º | 0.74% | 0.94% | - |
| XYZ | 40.28 | 66.2 | 47.7 | - |
| YUV | 178.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 168 | 0.74 | 0 | 0.3 | 0.06 | 155.59 | 0.86 | 0.59 |
| Hex | 3F | F0 | A8 | 4A | 0 | 1E | 6 | 9C | 56 | 3B |
| Octal | 77 | 360 | 250 | 112 | 0 | 36 | 6 | 234 | 126 | 73 |
| Binary | 111111 | 11110000 | 10101000 | 1001010 | 0 | 11110 | 110 | 10011100 | 1010110 | 111011 |
Color Harmonies of #3FF0A8
Complementary color
Monochromatic Colors of #3FF0A8
Black with #3FF0A8
Text Example
Text Example
White with #3FF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0A8; }
p { color: rgb(63,240,168); }
H1.HeaderClassName
{
color: #3FF0A8;
}
.AnyTagClassName
{
color: #3FF0A8;
}
</style>
background-color css
<style>
a { background-color: #3FF0A8; }
a { background-color: rgb(63,240,168); }
div.DivClassName
{
background-color: #3FF0A8;
}
.BgClassName
{
background-color: #3FF0A8;
}
</style>
border-color css
<style>
span { border-color: #3FF0A8; }
span { border-color: rgb(63,240,168); }
td.TdClassName
{
border-color: #3FF0A8;
}
.TagClassName
{
border-color: #3FF0A8;
}
</style>