Shades of Shamrock #3FFBAA
Tints of Shamrock #3FFBAA
RGB
CMYK
RGB Variations
Color information
#3FFBAA (or 0x3FFBAA) is known color: Shamrock. HEX triplet: 3F, FB and AA. RGB value is (63,251,170). Sum of RGB (Red+Green+Blue) = 63+251+170=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFBAA is #C00455. Grayscale: #B9B9B9. Windows color (decimal): -12584022 or 11205439. OLE color: 11205439.
HSL color Cylindrical-coordinate representation of color #3FFBAA: hue angle of 154.15º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBAA is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 170 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.02 |
| HSL | 154.15º | 0.96% | 0.62% | - |
| HSV(B) | 154.15º | 0.75% | 0.98% | - |
| XYZ | 43.8 | 72.95 | 49.8 | - |
| YUV | 185.55 | 119.22 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 170 | 0.75 | 0 | 0.32 | 0.02 | 154.15 | 0.96 | 0.62 |
| Hex | 3F | FB | AA | 4B | 0 | 20 | 2 | 9A | 60 | 3E |
| Octal | 77 | 373 | 252 | 113 | 0 | 40 | 2 | 232 | 140 | 76 |
| Binary | 111111 | 11111011 | 10101010 | 1001011 | 0 | 100000 | 10 | 10011010 | 1100000 | 111110 |
Color Harmonies of #3FFBAA
Complementary color
Monochromatic Colors of #3FFBAA
Black with #3FFBAA
Text Example
Text Example
White with #3FFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBAA; }
p { color: rgb(63,251,170); }
H1.HeaderClassName
{
color: #3FFBAA;
}
.AnyTagClassName
{
color: #3FFBAA;
}
</style>
background-color css
<style>
a { background-color: #3FFBAA; }
a { background-color: rgb(63,251,170); }
div.DivClassName
{
background-color: #3FFBAA;
}
.BgClassName
{
background-color: #3FFBAA;
}
</style>
border-color css
<style>
span { border-color: #3FFBAA; }
span { border-color: rgb(63,251,170); }
td.TdClassName
{
border-color: #3FFBAA;
}
.TagClassName
{
border-color: #3FFBAA;
}
</style>